1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-30 19:35:03 +00:00
This commit is contained in:
reivilibre 2021-12-01 09:41:19 +00:00
parent f863a7bbd8
commit 02956f722f
4 changed files with 4 additions and 4 deletions

View file

@ -251,7 +251,7 @@ Edit your Synapse config file and change the <code>oidc_config</code> section:</
display_name_template: &quot;{{ user.name }}&quot;
</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>

View file

@ -6310,7 +6310,7 @@ Edit your Synapse config file and change the <code>oidc_config</code> section:</
display_name_template: &quot;{{ user.name }}&quot;
</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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long