You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Additional parameters from upstream OAuth2 providers in the data model
This commit is contained in:
@@ -74,6 +74,9 @@ pub struct UpstreamOAuthProviderParams {
|
||||
|
||||
/// How should PKCE be used
|
||||
pub pkce_mode: UpstreamOAuthProviderPkceMode,
|
||||
|
||||
/// Additional parameters to include in the authorization request
|
||||
pub additional_authorization_parameters: Vec<(String, String)>,
|
||||
}
|
||||
|
||||
/// Filter parameters for listing upstream OAuth 2.0 providers
|
||||
|
Reference in New Issue
Block a user