From b0eb64ff7bf6bde42046e091f8bdea9b7aab5f04 Mon Sep 17 00:00:00 2001 From: Etienne Dysli Metref Date: Wed, 1 Dec 2021 10:40:51 +0100 Subject: Remove mention of OIDC certification from Dex (#11470) Dex isn't yet [1,2] a certified OpenID Provider implementation. As of today, it's not on the list maintained by the OpenID Foundation. [3] [1] https://github.com/dexidp/dex/issues/42 [2] https://github.com/dexidp/dex/issues/262 [3] https://openid.net/certification/ --- docs/openid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/openid.md') diff --git a/docs/openid.md b/docs/openid.md index c74e8bda60..f366709c69 100644 --- a/docs/openid.md +++ b/docs/openid.md @@ -83,7 +83,7 @@ oidc_providers: ### Dex -[Dex][dex-idp] is a simple, open-source, certified OpenID Connect Provider. +[Dex][dex-idp] is a simple, open-source OpenID Connect Provider. Although it is designed to help building a full-blown provider with an external database, it can be configured with static passwords in a config file. -- cgit 1.5.1 From b9fef1a7cdfcc128fa589a32160e6aa7ed8964d7 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 1 Dec 2021 10:57:55 +0000 Subject: Update openid.md fix header level --- docs/openid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/openid.md') diff --git a/docs/openid.md b/docs/openid.md index f366709c69..ff9de9d5b8 100644 --- a/docs/openid.md +++ b/docs/openid.md @@ -523,7 +523,7 @@ The synapse config will look like this: email_template: "{{ user.email }}" ``` -## Django OAuth Toolkit +### Django OAuth Toolkit [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) is a Django application providing out of the box all the endpoints, data and logic -- cgit 1.5.1