Merge pull request #20892 from devonpaluso/patch-1

Update Custom Auth Provider Documentation to Work Properly
This commit is contained in:
Patrik Oldsberg
2023-11-14 13:05:05 +01:00
committed by GitHub
+1
View File
@@ -371,6 +371,7 @@ createApiFactory({
configApi,
discoveryApi,
oauthRequestApi,
provider: { id: 'ghe', title: 'GitHub Enterprise', icon: () => null },
defaultScopes: ['read:user'],
environment: configApi.getOptionalString('auth.environment'),
}),