Skip to content

Commit 383999b

Browse files
committed
Updating frontmatter for all docs
1 parent 9fecd9e commit 383999b

File tree

343 files changed

+7178
-859
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+7178
-859
lines changed

src/content/docs/authenticate/custom-configurations/advanced-organization.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ relatedArticles:
99
- 38e9186d-cca5-44a6-86ab-dde9f21167ff
1010
- 692187c5-1b82-467a-b86f-85b9098ecaab
1111
- 309186eb-1d2a-45d0-9089-b516e65927f9
12+
description: >
13+
Guide to advanced organization features including custom policies, default roles, email senders, custom domains, and organization-level MFA.
14+
metadata:
15+
topics: [authenticate]
16+
sdk: []
17+
languages: []
18+
audience: [developer, enterprise-admin, product-manager]
19+
complexity: advanced
20+
keywords: [advanced organizations, organization policies, default roles, custom email sender, custom domains, organization MFA]
21+
updated: 2025-01-16
22+
featured: false
23+
deprecated: false
24+
ai-summary: >
25+
Advanced guide to organization-level authentication features including policies, roles, custom email senders, domains, and MFA configuration.
1226
---
1327

1428
<Aside type="upgrade">

src/content/docs/authenticate/custom-configurations/authentication-experience.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ relatedArticles:
99
- 720fcdda-daa6-4dff-ad2d-177af555e6bb
1010
- 1c180220-a98c-42b7-8707-3b95a1ecb4e5
1111
- 3821e088-e51c-4a10-a4e1-b471a525d75b
12+
description: >
13+
Comprehensive guide to customizing the authentication experience including unified sign-up, name requirements, marketing consent, and profile picture settings.
14+
metadata:
15+
topics: [authenticate]
16+
sdk: []
17+
languages: []
18+
audience: [developer, product-manager, ux-designer]
19+
complexity: intermediate
20+
keywords: [authentication experience, unified sign-up, seamless registration, marketing consent, Gravatar, login_hint]
21+
updated: 2025-01-16
22+
featured: false
23+
deprecated: false
24+
ai-summary: >
25+
Complete guide to customizing authentication experience including unified sign-up flows, name requirements, marketing consent, and profile picture configuration.
1226
---
1327

1428
Kinde aims to give you as much control of your user’s sign up and sign in experience as possible, without compromising security. Here are some options for customizing the authentication experience in your applications.

src/content/docs/authenticate/custom-configurations/custom-authentication-pages.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ relatedArticles:
88
- 26e55a64-13dd-4c7b-b9ad-e7595903ddc8
99
- 776166a5-eebd-42be-a695-36eaafba0823
1010
- 8b9376c4-308c-4eaa-a990-606fb8bbf770
11+
description: >
12+
Step-by-step guide to creating custom authentication pages while maintaining Kinde's security for verification and MFA processes.
13+
metadata:
14+
topics: [authenticate]
15+
sdk: [react, nextjs]
16+
languages: [javascript, jsx]
17+
audience: [developer, frontend-developer]
18+
complexity: advanced
19+
keywords: [custom authentication pages, connection ID, login_hint, social auth, email auth, phone auth, enterprise auth]
20+
updated: 2025-01-16
21+
featured: false
22+
deprecated: false
23+
ai-summary: >
24+
Advanced guide for creating custom authentication pages with connection IDs and login hints while preserving Kinde's secure verification processes.
1125
---
1226

1327
You can host your own custom sign up and sign in pages to use with Kinde. Integrate your own designs for the initial sign up and sign in page, and still get the security of Kinde’s auth (and verification) process.

src/content/docs/authenticate/custom-configurations/disable-sign-up.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ app_context:
1212
s: authentication
1313
- m: settings
1414
s: environment_details
15+
description: >
16+
Guide to disabling self sign-up for your business or specific organizations, allowing only selective user addition via import, manual addition, or API.
17+
metadata:
18+
topics: [authenticate]
19+
sdk: []
20+
languages: []
21+
audience: [developer, product-manager, enterprise-admin]
22+
complexity: beginner
23+
keywords: [disable sign-up, self sign-up, invitation only, user management, organization policies]
24+
updated: 2025-01-16
25+
featured: false
26+
deprecated: false
27+
ai-summary: >
28+
Complete guide to disabling self sign-up for businesses and organizations, enabling invitation-only user management.
1529
---
1630

1731
You can prevent users from signing up to your business, and only add users selectively.

src/content/docs/authenticate/custom-configurations/prepopulate-identity-sign-in.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ sidebar:
66
relatedArticles:
77
- 720fcdda-daa6-4dff-ad2d-177af555e6bb
88
- cc242fb3-4b06-4842-97c8-dd58e87308df
9+
description: >
10+
Guide to pre-populating user identity fields using login_hint parameter for email, phone, and username authentication to improve user experience.
11+
metadata:
12+
topics: [authenticate]
13+
sdk: [react, nextjs]
14+
languages: [javascript, jsx]
15+
audience: [developer, frontend-developer, ux-designer]
16+
complexity: intermediate
17+
keywords: [login_hint, pre-populate, user identity, email, phone, username, authentication UX]
18+
updated: 2025-01-16
19+
featured: false
20+
deprecated: false
21+
ai-summary: >
22+
Guide to using login_hint parameter to pre-populate user identity fields for improved authentication user experience.
923
---
1024

1125
You can create a smoother sign-up and sign-in experience by passing a login_hint when users authenticate. When the user arrives at the sign-in page, their credentials are pre-filled, saving them time. This works for emails, phone numbers, and usernames.

src/content/docs/authenticate/custom-configurations/proxy-your-kinde-auth-pages-through-cloudflare.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ sidebar:
55
order: 9
66
relatedArticles:
77
- f0bc688b-a817-42ab-9a20-8e09cec06f37
8+
description: >
9+
Guide to proxying Kinde authentication pages through Cloudflare to leverage advanced security features like WAF and bot mitigation.
10+
metadata:
11+
topics: [authenticate]
12+
sdk: []
13+
languages: []
14+
audience: [developer, devops, security-engineer]
15+
complexity: advanced
16+
keywords: [Cloudflare proxy, WAF, bot mitigation, custom domain, DNS, SSL, security]
17+
updated: 2025-01-16
18+
featured: false
19+
deprecated: false
20+
ai-summary: >
21+
Advanced guide to proxying Kinde authentication pages through Cloudflare for enhanced security features including WAF and bot mitigation.
822
---
923

1024
You can take advantage of Cloudflare’s advanced security features such as their WAF and bot mitigation tools by proxying your Kinde hosted auth pages through Cloudflare.

src/content/docs/authenticate/custom-configurations/redirect-users.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ sidebar:
66
relatedArticles:
77
- 02d02820-92da-4721-9a91-222c9b095869
88
- 684fc526-a338-4a67-9af6-742a39b66aff
9+
description: >
10+
Guide to redirecting users after authentication using cookies, local storage, or the state parameter for secure post-auth navigation.
11+
metadata:
12+
topics: [authenticate]
13+
sdk: []
14+
languages: [javascript, jsx]
15+
audience: [developer, frontend-developer]
16+
complexity: intermediate
17+
keywords: [user redirect, callback URL, state parameter, CSRF protection, local storage, cookies]
18+
updated: 2025-01-16
19+
featured: false
20+
deprecated: false
21+
ai-summary: >
22+
Comprehensive guide to redirecting users after authentication using secure methods including state parameter, local storage, and cookies.
923
---
1024

1125
After authenticating a user in Kinde, you can return them to a specific page within your application.

src/content/docs/authenticate/enterprise-connections/about-enterprise-connections.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ relatedArticles:
1111
app_context:
1212
- m: settings
1313
s: authentication
14+
description: >
15+
Comprehensive overview of enterprise authentication connections including SAML, Microsoft Entra ID, Google Workspace, Okta, and Cloudflare with provisioning options.
16+
metadata:
17+
topics: [authenticate]
18+
sdk: []
19+
languages: []
20+
audience: [developer, enterprise-admin, security-engineer]
21+
complexity: intermediate
22+
keywords: [enterprise connections, SAML, Microsoft Entra ID, Google Workspace, Okta, Cloudflare, SSO, JIT provisioning]
23+
updated: 2025-01-16
24+
featured: false
25+
deprecated: false
26+
ai-summary: >
27+
Complete guide to enterprise authentication connections including SAML, Microsoft Entra ID, and other providers with provisioning and identity management.
1428
---
1529

1630
Enterprise authentication is a common method for managing user access to systems in large organizations.

src/content/docs/authenticate/enterprise-connections/advanced-saml-configurations.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ relatedArticles:
88
- 98f6868a-7871-4ece-ba9c-2a7b21d1b322
99
- e100d77b-530b-4327-8216-93c955657e0c
1010
- cc242fb3-4b06-4842-97c8-dd58e87308df
11+
description: >
12+
Advanced SAML configuration options including Name ID formats, signing algorithms, protocol bindings, and upstream parameters for enterprise authentication.
13+
metadata:
14+
topics: [authenticate]
15+
sdk: []
16+
languages: []
17+
audience: [developer, enterprise-admin, security-engineer]
18+
complexity: advanced
19+
keywords: [SAML, Name ID, signing algorithm, protocol binding, upstream parameters, RSA-SHA256, HTTP POST binding]
20+
updated: 2025-01-16
21+
featured: false
22+
deprecated: false
23+
ai-summary: >
24+
Advanced guide to SAML configuration options including Name ID formats, signing algorithms, protocol bindings, and upstream parameters.
1125
---
1226

1327
When you set up a SAML connection, you might need to include advanced configurations to meet identity provider requirements, and to get the connection running properly and securely.

src/content/docs/authenticate/enterprise-connections/azure.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ relatedArticles:
1111
app_context:
1212
- m: settings
1313
s: authentication
14+
description: >
15+
Step-by-step guide to setting up Microsoft Entra ID (formerly Azure AD) enterprise authentication with WS Federated and OAuth 2.0 protocols.
16+
metadata:
17+
topics: [authenticate]
18+
sdk: []
19+
languages: []
20+
audience: [developer, enterprise-admin, security-engineer]
21+
complexity: advanced
22+
keywords: [Microsoft Entra ID, Azure AD, WS Federated, OAuth 2.0, enterprise auth, group sync, upstream params]
23+
updated: 2025-01-16
24+
featured: false
25+
deprecated: false
26+
ai-summary: >
27+
Advanced guide to Microsoft Entra ID enterprise authentication setup including WS Federated, OAuth 2.0, group synchronization, and upstream parameters.
1428
---
1529

1630
Kinde supports the use of Microsoft Entra ID as an authentication method. We support WS Federated and OAuth2.0 (follow the topic below), and [Microsoft Entra ID SAML](/authenticate/enterprise-connections/entra-id-saml/) which is covered in a separate topic.

0 commit comments

Comments
 (0)