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

Additional parameters from upstream OAuth2 providers in the data model

This commit is contained in:
Quentin Gliech
2024-03-01 10:27:37 +01:00
parent 46c565cc89
commit 1821136e3f
14 changed files with 112 additions and 47 deletions

View File

@@ -310,6 +310,8 @@ async fn sync(root: &super::Options, prune: bool, dry_run: bool) -> anyhow::Resu
jwks_uri_override: provider.jwks_uri,
discovery_mode,
pkce_mode,
// TODO: get that from the config
additional_authorization_parameters: Vec::new(),
},
)
.await?;