1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

Add upstream OAuth 2.0 providers name and branding

This commit is contained in:
Quentin Gliech
2023-11-20 14:49:57 +01:00
parent a5428f10c5
commit 5126d36b2e
21 changed files with 295 additions and 107 deletions

View File

@@ -267,6 +267,8 @@ async fn sync(root: &super::Options, prune: bool, dry_run: bool) -> anyhow::Resu
provider.id,
UpstreamOAuthProviderParams {
issuer: provider.issuer,
human_name: provider.human_name,
brand_name: provider.brand_name,
scope: provider.scope.parse()?,
token_endpoint_auth_method,
token_endpoint_signing_alg,