You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will need the application keys to connect your codebase to Kinde.
133
+
1. Go to your application > **Details > App keys**.
134
+
2. Copy the **Domain** (or [Custom domain](/build/domains/pointing-your-domain/)), **Client ID**, and **Client secret** (if applicable)
135
+
136
+
Learn more about [application keys](/get-started/connect/getting-app-keys/).
137
+
138
+
**Set callback URLs**:
139
+
140
+
1. Go to your application > **Details > Callback URLs**.
141
+
2. Enter the callback URLs for your application generated by the [relevant SDK](/developer-tools/about/our-sdks/).
142
+
3. Select **Save**.
143
+
144
+
Learn more about [callback URLs](/build/applications/callback-urls/).
145
+
146
+
**Set up authentication**:
147
+
148
+
Configure how your users authenticate to your application (e.g., email, phone, username, social, enterprise).
149
+
150
+
1. Go to your application > **Authentication**.
151
+
2. Enable the authentication methods you want to use for your application (e.g., Google, Facebook, Microsoft Entra ID, etc.).
152
+
3. Select **Save**.
153
+
154
+
Learn more about [authentication methods](/authenticate/authentication-methods/set-up-user-authentication/).
155
+
156
+
<Aside>
157
+
For production application, enter the credentials provided by third-party providers in Kinde. [Learn more here](/authenticate/social-sign-in/add-social-sign-in/).
158
+
</Aside>
159
+
160
+
**Configure tokens and sessions**:
161
+
162
+
1. Go to your application > **Tokens**.
163
+
2. Configure the token expiry, client-specific refresh token cookies, and customize token fields.
164
+
3. Go to **Sessions** to configure session policy and the session inactivity timeout.
165
+
166
+
Learn more about [tokens](/build/tokens/configure-tokens/) and [session management](/authenticate/manage-authentication/session-management/).
0 commit comments