mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:27:32 +00:00
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:

committed by
GitHub

parent
6cd467d773
commit
ab7c484157
@@ -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",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user