diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-01-28 22:08:11 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-01-28 22:08:11 +0000 |
commit | 0d81a6fa3e1dc832f56ed09805229b9089758ba5 (patch) | |
tree | 08a29e6210ef63c506f8a50944163cdabd400a8b /docs/openid.md | |
parent | Ratelimit 3PID /requestToken API (#9238) (diff) | |
parent | Add 'brand' field to MSC2858 response (#9242) (diff) | |
download | synapse-0d81a6fa3e1dc832f56ed09805229b9089758ba5.tar.xz |
Merge branch 'social_login' into develop
Diffstat (limited to 'docs/openid.md')
-rw-r--r-- | docs/openid.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/openid.md b/docs/openid.md index a73f490dc9..4ba3559e38 100644 --- a/docs/openid.md +++ b/docs/openid.md @@ -225,6 +225,7 @@ Synapse config: oidc_providers: - idp_id: github idp_name: Github + idp_brand: "org.matrix.github" # optional: styling hint for clients discover: false issuer: "https://github.com/" client_id: "your-client-id" # TO BE FILLED @@ -250,6 +251,7 @@ oidc_providers: oidc_providers: - idp_id: google idp_name: Google + idp_brand: "org.matrix.google" # optional: styling hint for clients issuer: "https://accounts.google.com/" client_id: "your-client-id" # TO BE FILLED client_secret: "your-client-secret" # TO BE FILLED @@ -296,6 +298,7 @@ Synapse config: oidc_providers: - idp_id: gitlab idp_name: Gitlab + idp_brand: "org.matrix.gitlab" # optional: styling hint for clients issuer: "https://gitlab.com/" client_id: "your-client-id" # TO BE FILLED client_secret: "your-client-secret" # TO BE FILLED |