Remove unnecessary scopes from OIDC defaultApi

This commit is contained in:
Ryan Manny
2021-02-10 11:10:30 -08:00
parent e099907e86
commit daf7fb717c
@@ -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'),
}),
}),