Implement a generic OpenIdConnect auth-provider

This commit is contained in:
Brian Leathem
2020-11-16 14:04:24 -08:00
parent 17f4d7deb2
commit 8d948b243b
15 changed files with 727 additions and 3 deletions
+7
View File
@@ -22,9 +22,16 @@ import {
samlAuthApiRef,
microsoftAuthApiRef,
oneloginAuthApiRef,
oidcApiRef,
} from '@backstage/core';
export const providers = [
{
id: 'oidc-auth-provider',
title: 'Oidc',
message: 'Sign In using OpenId Connect',
apiRef: oidcApiRef,
},
{
id: 'google-auth-provider',
title: 'Google',