mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:27:32 +00:00
docs: Added a new intro page for configuring external IdPs. (#7595)
* Added a new intro page for configuring external IdPs. * Fixed broken links * Resolved build errors. * Update docs/docs/guides/integrate/identity-providers/introduction.md Co-authored-by: Fabi <fabienne@zitadel.com> * Update docs/docs/guides/integrate/identity-providers/introduction.md Co-authored-by: Fabi <fabienne@zitadel.com> * Addressed review comments. * Update docs/docs/guides/integrate/identity-providers/introduction.md Co-authored-by: Fabi <fabienne@zitadel.com> * Update docs/docs/guides/integrate/identity-providers/introduction.md Co-authored-by: Fabi <fabienne@zitadel.com> * Addressed review comments. * Update docs/docs/guides/integrate/identity-providers/introduction.md Co-authored-by: Fabi <fabienne@zitadel.com> * Update docs/docs/guides/integrate/identity-providers/introduction.md Co-authored-by: Fabi <fabienne@zitadel.com> --------- Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:

committed by
GitHub

parent
841e79357a
commit
2ea0b520fd
@@ -326,15 +326,8 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Configure Identity Providers",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title:
|
||||
"Let Users Login with Preferred Identity Provider in ZITADEL",
|
||||
slug: "/guides/integrate/identity-providers",
|
||||
description:
|
||||
"In the following guides you will learn how to configure and setup your preferred external identity provider in ZITADEL.",
|
||||
},
|
||||
label: "Login users with SSO",
|
||||
link: { type: "doc", id: "guides/integrate/identity-providers/introduction" },
|
||||
collapsed: true,
|
||||
items: [
|
||||
"guides/integrate/identity-providers/google",
|
||||
@@ -350,7 +343,7 @@ module.exports = {
|
||||
"guides/integrate/identity-providers/keycloak",
|
||||
"guides/integrate/identity-providers/linkedin-oauth",
|
||||
"guides/integrate/identity-providers/mocksaml",
|
||||
"guides/integrate/identity-providers/jwt-idp",
|
||||
"guides/integrate/identity-providers/jwt_idp",
|
||||
"guides/integrate/identity-providers/migrate",
|
||||
"guides/integrate/identity-providers/additional-information",
|
||||
],
|
||||
|
Reference in New Issue
Block a user