2fbded87e5
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>
1007 B
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
idTokenis deprecated in favor oftoken- An optional
entityfield is added which represents the entity that the user is represented by within Backstage.
More information:
- The identity resolver documentation explains the concepts and shows how to implement your own.
- The From Identity to Ownership RFC contains details about how this affects ownership in the catalog