Merge pull request #2284 from jibone/add-saml-login

Add saml login to backstage
This commit is contained in:
Ben Lambert
2020-09-25 11:37:17 +02:00
committed by GitHub
14 changed files with 275 additions and 5 deletions
@@ -54,7 +54,7 @@ export class SamlAuthProvider implements AuthProviderRouteHandlers {
// TODO: This flow doesn't issue an identity token that can be used to validate
// the identity of the user in other backends, which we need in some form.
done(undefined, {
userId: profile.ID!,
userId: profile.nameID!,
profile: {
email: profile.email!,
displayName: profile.displayName as string,