gcpIapSignInResolvers.idMatchingUserEntityAnnotation
Home > @backstage/plugin-auth-backend-module-gcp-iap-provider > gcpIapSignInResolvers > idMatchingUserEntityAnnotation
Looks up the user by matching their user ID to the google.com/user-id annotation.
Signature:
idMatchingUserEntityAnnotation: import("@backstage/plugin-auth-node").SignInResolverFactory<GcpIapResult, {
dangerouslyAllowSignInWithoutUserInCatalog?: boolean | undefined;
} | undefined>