summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html

index 3c359e19c4..9569e31aae 100644 --- a/develop/print.html +++ b/develop/print.html
@@ -7331,11 +7331,12 @@ does not return a <code>sub</code> property, an alternative <code>subject_claim< issuer: &quot;https://accounts.google.com/&quot; client_id: &quot;your-client-id&quot; # TO BE FILLED client_secret: &quot;your-client-secret&quot; # TO BE FILLED - scopes: [&quot;openid&quot;, &quot;profile&quot;] + scopes: [&quot;openid&quot;, &quot;profile&quot;, &quot;email&quot;] # email is optional, read below user_mapping_provider: config: localpart_template: &quot;{{ user.given_name|lower }}&quot; display_name_template: &quot;{{ user.name }}&quot; + email_template: &quot;{{ user.email }}&quot; # needs &quot;email&quot; in scopes above </code></pre> </li> <li>Back in the Google console, add this Authorized redirect URI: <code>[synapse public baseurl]/_synapse/client/oidc/callback</code>.</li>