Skip to main content
Table of Contents

Class MembershipCrossTenantAuthorizerOptions

Namespace
Stratara.Identity.EntityFrameworkCore
Assembly
Stratara.Identity.EntityFrameworkCore.dll
[ExcludeFromCodeCoverage]
public sealed class MembershipCrossTenantAuthorizerOptions
Inheritance
MembershipCrossTenantAuthorizerOptions
Inherited Members
Extension Methods

Properties

CrossTenantRoles

Roles that permit an actor to operate on a tenant they hold no membership in — the operator-impersonation path (a platform administrator acting on a customer tenant). Each candidate role is checked through the registered IAuthorizationProvider, so it may live on either role level (tenant-scoped membership role or global Identity role). Empty by default: without configured roles, only actors with a membership in the target tenant pass.

public ISet<string> CrossTenantRoles { get; }

Property Value

ISet<string>