This commit is contained in:
DMRobertson 2022-05-13 10:16:21 +00:00
parent b10b0dc01a
commit 627c0b43fb
4 changed files with 4 additions and 4 deletions

View file

@ -283,7 +283,7 @@ to install Dex.</p>
<pre><code class="language-yaml">oidc_providers:
- idp_id: keycloak
idp_name: &quot;My KeyCloak server&quot;
issuer: &quot;https://127.0.0.1:8443/auth/realms/{realm_name}&quot;
issuer: &quot;https://127.0.0.1:8443/realms/{realm_name}&quot;
client_id: &quot;synapse&quot;
client_secret: &quot;copy secret generated from above&quot;
scopes: [&quot;openid&quot;, &quot;profile&quot;]

View file

@ -9443,7 +9443,7 @@ to install Dex.</p>
<pre><code class="language-yaml">oidc_providers:
- idp_id: keycloak
idp_name: &quot;My KeyCloak server&quot;
issuer: &quot;https://127.0.0.1:8443/auth/realms/{realm_name}&quot;
issuer: &quot;https://127.0.0.1:8443/realms/{realm_name}&quot;
client_id: &quot;synapse&quot;
client_secret: &quot;copy secret generated from above&quot;
scopes: [&quot;openid&quot;, &quot;profile&quot;]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long