Remove defaultScopes from OIDC api

This commit is contained in:
Ryan Manny
2021-02-10 11:26:51 -08:00
parent b5b0840973
commit 155fe51d4f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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'),
}),
}),