From 74e2a826f1a1f1e29cfa3c0ff1f7735298fefe7b Mon Sep 17 00:00:00 2001 From: udf2457 Date: Tue, 7 Jul 2026 13:35:35 +0100 Subject: [PATCH] Change SAML 2.0 status to deprecated Updated the status of the SAML 2.0 connector to 'deprecated' and modified the definition section to include 'deprecated'. Signed-off-by: udf2457 --- content/docs/connectors/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/docs/connectors/_index.md b/content/docs/connectors/_index.md index 7262d03..331f70b 100644 --- a/content/docs/connectors/_index.md +++ b/content/docs/connectors/_index.md @@ -21,7 +21,7 @@ Dex implements the following connectors: | ---- | ----------------------- | --------------------- | --------------------------------- | ------ | ----- | | [LDAP](/docs/connectors/ldap/) | yes | yes | yes | stable | | | [GitHub](/docs/connectors/github/) | yes | yes | yes | stable | | -| [SAML 2.0](/docs/connectors/saml/) | no | yes | no | stable | +| [SAML 2.0](/docs/connectors/saml/) | no | yes | no | deprecated | | [GitLab](/docs/connectors/gitlab/) | yes | yes | yes | beta | | | [OpenID Connect](/docs/connectors/oidc/) | yes | yes | yes | beta | Includes Salesforce, Azure, etc. | | [OAuth 2.0](/docs/connectors/oauth/) | no | yes | yes | alpha | @@ -36,9 +36,10 @@ Dex implements the following connectors: | [OpenStack Keystone](/docs/connectors/keystone/) | yes | yes | no | alpha | | -Stable, beta, and alpha are defined as: +Stable, deprecated, beta, and alpha are defined as: * Stable: well tested, in active use, and will not change in backward incompatible ways. +* Deprecated: no longer actively maintained * Beta: tested and unlikely to change in backward incompatible ways. * Alpha: may be untested by core maintainers and is subject to change in backward incompatible ways.