Merge pull request #3151 from forrestwaters/fw_onelogin

Add OneLogin as Identity Provider
This commit is contained in:
Patrik Oldsberg
2020-11-02 18:39:37 +01:00
committed by GitHub
15 changed files with 364 additions and 1 deletions
+7
View File
@@ -21,6 +21,7 @@ import {
githubAuthApiRef,
samlAuthApiRef,
microsoftAuthApiRef,
oneloginAuthApiRef,
} from '@backstage/core';
export const providers = [
@@ -60,4 +61,10 @@ export const providers = [
message: 'Sign In using SAML',
apiRef: samlAuthApiRef,
},
{
id: 'onelogin-auth-provider',
title: 'OneLogin',
message: 'Sign In using OneLogin',
apiRef: oneloginAuthApiRef,
},
];