You've already forked authentication-service
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:
@@ -142,6 +142,7 @@ pub struct UpstreamOAuthProvider {
|
||||
pub token_endpoint_auth_method: OAuthClientAuthenticationMethod,
|
||||
pub created_at: DateTime<Utc>,
|
||||
pub claims_imports: ClaimsImports,
|
||||
pub additional_authorization_parameters: Vec<(String, String)>,
|
||||
}
|
||||
|
||||
/// Whether to set the email as verified when importing it from the upstream
|
||||
|
Reference in New Issue
Block a user