Skip to content

Commit a542773

Browse files
update the manage application section
1 parent f307739 commit a542773

1 file changed

Lines changed: 37 additions & 4 deletions

File tree

src/content/docs/build/applications/about-applications.mdx

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,43 @@ To be added.
127127

128128
### Configure an application
129129

130-
- [Get application keys](/get-started/connect/getting-app-keys/) to connect your apps
131-
- Set callback URLs using the [relevant SDK](/developer-tools/about/our-sdks/)
132-
- [Set up authentication](/authenticate/authentication-methods/set-up-user-authentication/)
133-
- [Configure tokens](/build/tokens/configure-tokens/)
130+
**Get application keys**:
131+
132+
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/).
134167

135168
### Delete an application
136169

0 commit comments

Comments
 (0)