summary refs log tree commit diff
path: root/docs/openid.md
diff options
context:
space:
mode:
authorEtienne Dysli Metref <edysli@users.noreply.github.com>2021-12-01 10:40:51 +0100
committerGitHub <noreply@github.com>2021-12-01 09:40:51 +0000
commitb0eb64ff7bf6bde42046e091f8bdea9b7aab5f04 (patch)
tree7488cdd0e6486c880782a6ebc6940d0313026bf9 /docs/openid.md
parentAdd a note about huge pages to our Postgres doc (#11467) (diff)
downloadsynapse-b0eb64ff7bf6bde42046e091f8bdea9b7aab5f04.tar.xz
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/
Diffstat (limited to '')
-rw-r--r--docs/openid.md2
1 files changed, 1 insertions, 1 deletions
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.