mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 10:33:11 -06:00
Fix generate-config for SSO config reorganization.
This commit is contained in:
parent
d67a34662e
commit
a773f24782
|
|
@ -76,11 +76,11 @@ func main() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Brand: "google",
|
Brand: "google",
|
||||||
OAuth2: config.OAuth2{
|
|
||||||
ClientID: "aclientid",
|
|
||||||
ClientSecret: "aclientsecret",
|
|
||||||
},
|
|
||||||
OIDC: config.OIDC{
|
OIDC: config.OIDC{
|
||||||
|
OAuth2: config.OAuth2{
|
||||||
|
ClientID: "aclientid",
|
||||||
|
ClientSecret: "aclientsecret",
|
||||||
|
},
|
||||||
DiscoveryURL: "https://accounts.google.com/.well-known/openid-configuration",
|
DiscoveryURL: "https://accounts.google.com/.well-known/openid-configuration",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue