diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2021-12-01 09:41:19 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2021-12-01 09:41:19 +0000 |
commit | 02956f722fde729cc5999a6ad4f2d47555c7bda0 (patch) | |
tree | 92a2fe60bd6f7dd2939946ca051e98ec77e0ba8f /develop/openid.html | |
parent | deploy: f1795463bf503a6fca909d77f598f641f9349f56 (diff) | |
download | synapse-02956f722fde729cc5999a6ad4f2d47555c7bda0.tar.xz |
deploy: b0eb64ff7bf6bde42046e091f8bdea9b7aab5f04
Diffstat (limited to 'develop/openid.html')
-rw-r--r-- | develop/openid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/openid.html b/develop/openid.html index 775e9e4eb6..559a2188b3 100644 --- a/develop/openid.html +++ b/develop/openid.html @@ -251,7 +251,7 @@ Edit your Synapse config file and change the <code>oidc_config</code> section:</ display_name_template: "{{ user.name }}" </code></pre> <h3 id="dex"><a class="header" href="#dex">Dex</a></h3> -<p><a href="https://github.com/dexidp/dex">Dex</a> is a simple, open-source, certified OpenID Connect Provider. +<p><a href="https://github.com/dexidp/dex">Dex</a> 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.</p> <p>Follow the <a href="https://dexidp.io/docs/getting-started/">Getting Started guide</a> |