IClaimsCommonOptions.ClaimPolicyConfig property

Gets or sets the claim policy configuration.

public ClaimPolicyConfig? ClaimPolicyConfig { get; set; }

Remarks

This allows you to define multiple authorization policies based on claims. Each policy can specify a claim type and allowed values.

See Also