mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-25 04:15:25 +00:00
Don't always insert the openid scope in upstream OAuth 2.0 requests
This commit is contained in:
@@ -255,8 +255,6 @@ fn build_authorization_request(
|
||||
(None, None)
|
||||
};
|
||||
|
||||
scope.insert(OPENID);
|
||||
|
||||
let auth_request = FullAuthorizationRequest {
|
||||
inner: AuthorizationRequest {
|
||||
response_type: OAuthAuthorizationEndpointResponseType::Code.into(),
|
||||
|
||||
Reference in New Issue
Block a user