From f52ab790a9767b6eb787652eb3b021eb33dec75d Mon Sep 17 00:00:00 2001 From: mffap Date: Tue, 29 Aug 2023 11:25:15 +0200 Subject: [PATCH] docs(integrate): Add external sso configuration guides (#6445) --- docs/sidebars.js | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 0fd619381b..8ddf32ca67 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -286,13 +286,28 @@ module.exports = { "guides/integrate/services/pingidentity-saml", { type: 'link', - label: 'Nextcloud', // The link label - href: 'https://zitadel.com/blog/zitadel-as-sso-provider-for-selfhosting', // The internal path + label: 'Nextcloud', + href: 'https://zitadel.com/blog/zitadel-as-sso-provider-for-selfhosting', }, { type: 'link', - label: 'Cloudflare workers', // The link label - href: 'https://zitadel.com/blog/increase-spa-security-with-cloudflare-workers', // The internal path + label: 'Cloudflare workers', + href: 'https://zitadel.com/blog/increase-spa-security-with-cloudflare-workers', + }, + { + type: 'link', + label: 'Firezone (firezone.dev)', + href: 'https://www.firezone.dev/docs/authenticate/oidc/zitadel', + }, + { + type: 'link', + label: 'Psono (psono.com)', + href: 'https://doc.psono.com/admin/configuration/oidc-zitadel.html', + }, + { + type: 'link', + label: 'Netbird (netbird.io)', + href: 'https://docs.netbird.io/selfhosted/identity-providers', }, ], },