From 7f60e1669de2ac92fdd9e05a88c42e5d83f88cf8 Mon Sep 17 00:00:00 2001 From: Asaf Levy Date: Mon, 15 Apr 2024 15:10:09 +0300 Subject: [PATCH] Update README.md I would consider 'Unmaintained' as an attribute of the status, so it is clear that users should not use Dex with SAML for new configurations, and migrate existing ones. Unmaintained is currently in the note, which is prominently visible, but a note is a note, and maintained is a state-us.. :) Signed-off-by: Asaf Levy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a70dead..c929be06 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Dex implements the following connectors: | ---- | ----------------------- | --------------------- | --------------------------------- | ------ | ----- | | [LDAP](https://dexidp.io/docs/connectors/ldap/) | yes | yes | yes | stable | | | [GitHub](https://dexidp.io/docs/connectors/github/) | yes | yes | yes | stable | | -| [SAML 2.0](https://dexidp.io/docs/connectors/saml/) | no | yes | no | stable | WARNING: Unmaintained and likely vulnerable to auth bypasses ([#1884](https://github.com/dexidp/dex/discussions/1884)) | +| [SAML 2.0](https://dexidp.io/docs/connectors/saml/) | no | yes | no | stable (Unmaintained) | WARNING: Unmaintained and likely vulnerable to auth bypasses ([#1884](https://github.com/dexidp/dex/discussions/1884)) | | [GitLab](https://dexidp.io/docs/connectors/gitlab/) | yes | yes | yes | beta | | | [OpenID Connect](https://dexidp.io/docs/connectors/oidc/) | yes | yes | yes | beta | Includes Salesforce, Azure, etc. | | [OAuth 2.0](https://dexidp.io/docs/connectors/oauth/) | no | yes | yes | alpha | |