Remove unnecessary scopes from OIDC defaultApi
This commit is contained in:
@@ -214,7 +214,7 @@ export const defaultApis = [
|
||||
title: 'Your Identity Provider',
|
||||
icon: OAuth2Icon,
|
||||
},
|
||||
defaultScopes: ['openid', 'offline_access', 'email'],
|
||||
defaultScopes: ['openid'],
|
||||
environment: configApi.getOptionalString('auth.environment'),
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user