Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/components/templates/_sso-integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
<LinkCard title="Shibboleth" href="/guides/integrations/sso-integrations/shibboleth-saml">
Set up SSO with Shibboleth
</LinkCard>
<LinkCard title="WSO2" href="/guides/integrations/sso-integrations/wso2">
Set up SSO with Shibboleth
</LinkCard>
<LinkCard title="Generic SAML" href="/guides/integrations/sso-integrations/generic-saml">
Configure SSO with any SAML-compliant identity provider
Configure SSO with any WSO2 identity provider
</LinkCard>
<LinkCard title="Generic OIDC" href="/guides/integrations/sso-integrations/generic-oidc">
Configure SSO with any OpenID Connect provider
Expand Down
16 changes: 16 additions & 0 deletions src/content/docs/guides/integrations/sso-integrations/wso2.mdx
Original file line number Diff line number Diff line change
@@ -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