Files
backstage/.changeset/seven-adults-act.md
T
blam 2fbded87e5 chore: revert the changes in app/backend
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>

Signed-off-by: blam <ben@blam.sh>
2021-06-16 10:38:26 +02:00

1007 B

@backstage/plugin-auth-backend
@backstage/plugin-auth-backend
patch

Adds support for custom sign-in resolvers and profile transformations for the Google auth provider.

Adds an ent claim in Backstage tokens, with a list of entity references related to your signed-in user's identities and groups across multiple systems.

Adds an optional providerFactories argument to the createRouter exported by the auth-backend plugin.

Updates BackstageIdentity so that

  • idToken is deprecated in favor of token
  • An optional entity field is added which represents the entity that the user is represented by within Backstage.

More information: