docs: Add the SAML intro docs (#8112)

Please refer to this issue for more information:
https://github.com/zitadel/zitadel/issues/7436
This commit is contained in:
Dakshitha Ratnayake
2024-07-08 16:41:09 +05:30
committed by GitHub
parent 6cd467d773
commit ab7c484157
2 changed files with 288 additions and 20 deletions

View File

@@ -121,7 +121,7 @@ module.exports = {
title: "Overview",
slug: "guides/manage/cloud/overview",
description:
"Our customer portal is used to manage all your ZITADEL instances. You can also manage your subscriptions, billing, newsletters and support requests.",
"Our customer portal is used to manage all your ZITADEL instances. You can also manage your subscriptions, billing, newsletters and support requests.",
},
items: [
"guides/manage/cloud/start",
@@ -216,7 +216,7 @@ module.exports = {
"guides/integrate/login/login-users",
{
type: "category",
label: "Openid Connect",
label: "OpenID Connect",
collapsed: true,
link: {
type: "generated-index",
@@ -232,24 +232,7 @@ module.exports = {
"guides/integrate/login/oidc/logout",
],
},
/*
{
type: "category",
label: "SAML",
collapsed: true,
link: {
type: "generated-index",
title: "Authenticate users with openid connect (OIDC)",
slug: "guides/integrate/login/saml",
description: ".",
},
items: [
{
type: "autogenerated",
dirName: "guides/integrate/login/saml",
},
],
},*/
"guides/integrate/login/saml",
],
},
{