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:
Dakshitha Ratnayake
2024-03-27 15:49:08 +05:30
committed by GitHub
parent 841e79357a
commit 2ea0b520fd
13 changed files with 207 additions and 31 deletions

View File

@@ -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",
],