From 5a7a9d15645795f13c8570a80073c7837e099bb9 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sat, 31 Jan 2026 22:51:49 -0600 Subject: [PATCH] Update SSO documentation to include Azure AD and Okta, and clarify usage of other OIDC/SAML providers --- apps/docs/content/docs/core/enterprise/sso/index.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/docs/core/enterprise/sso/index.mdx b/apps/docs/content/docs/core/enterprise/sso/index.mdx index 99c12f0..45a5221 100644 --- a/apps/docs/content/docs/core/enterprise/sso/index.mdx +++ b/apps/docs/content/docs/core/enterprise/sso/index.mdx @@ -3,13 +3,15 @@ title: Single Sign-On (SSO) description: Configure SSO with Auth0, Keycloak, or other OIDC/SAML providers --- -# Single Sign-On (SSO) - Enterprise supports Single Sign-On via OpenID Connect (OIDC) and SAML. You can use Auth0, Keycloak, or any compatible identity provider. Choose a provider below for step-by-step configuration: - **[Auth0](/docs/core/enterprise/sso/auth0)** — Cloud identity platform +- **[Azure AD (Microsoft Entra ID)](/docs/core/enterprise/sso/azure)** — Microsoft's cloud identity platform +- **[Okta](/docs/core/enterprise/sso/okta)** — Cloud identity platform - **[Keycloak](/docs/core/enterprise/sso/keycloak)** — Open-source identity and access management +You can also use any other OIDC/SAML provider by configuring the endpoints and flow manually. + For other OIDC/SAML providers, use the same endpoints and flow; [contact us](https://dokploy.com/contact) if you need help.