diff --git a/src/components/templates/_sso-integrations.mdx b/src/components/templates/_sso-integrations.mdx index 14e9cd62..8d8f8c3d 100644 --- a/src/components/templates/_sso-integrations.mdx +++ b/src/components/templates/_sso-integrations.mdx @@ -26,8 +26,11 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components'; Set up SSO with Shibboleth + + Set up SSO with Shibboleth + - Configure SSO with any SAML-compliant identity provider + Configure SSO with any WSO2 identity provider Configure SSO with any OpenID Connect provider diff --git a/src/content/docs/guides/integrations/sso-integrations/wso2.mdx b/src/content/docs/guides/integrations/sso-integrations/wso2.mdx new file mode 100644 index 00000000..a5992aa1 --- /dev/null +++ b/src/content/docs/guides/integrations/sso-integrations/wso2.mdx @@ -0,0 +1,16 @@ +--- +title: WSO2 +description: "Learn how to configure WSO2 as a SAML identity provider for secure single sign-on (SSO) with your application using Scalekit." +tableOfContents: + maxHeadingLevel: 4 +sidebar: + order: 6 + label: "WSO2" + badge: + variant: note + text: SAML +--- + +import { Aside, Steps } from '@astrojs/starlight/components' + +Coming soon