Remove defaultScopes from OIDC api
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
'@backstage/core': patch
|
||||
'@backstage/plugin-auth-backend': minor
|
||||
---
|
||||
|
||||
|
||||
@@ -214,7 +214,6 @@ export const defaultApis = [
|
||||
title: 'Your Identity Provider',
|
||||
icon: OAuth2Icon,
|
||||
},
|
||||
defaultScopes: ['openid'],
|
||||
environment: configApi.getOptionalString('auth.environment'),
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user