Skip to main content

CloudflareAccessIdentityProfile

Home > @backstage/plugin-auth-backend > CloudflareAccessIdentityProfile

Warning: This API is now obsolete.

import from @backstage/plugin-auth-backend-module-cloudflare-access-provider instead

CloudflareAccessIdentityProfile

Can be used in externally provided auth handler or sign in resolver to enrich user profile for sign-in user entity

Signature:

export type CloudflareAccessIdentityProfile = {
id: string;
name: string;
email: string;
groups: CloudflareAccessGroup[];
};

References: CloudflareAccessGroup