4 references to RequiredClaimValue
Aspire.Dashboard (4)
Authentication\OpenIdConnect\AuthorizationPolicyBuilderExtensions.cs (2)
19
/// If a claim is being checked and <see cref="OpenIdConnectOptions.
RequiredClaimValue
"/> is non-empty, then the
25
var claimValue = options.
RequiredClaimValue
;
Configuration\DashboardOptions.cs (2)
249
/// If specified, users without this claim will be rejected. If <see cref="
RequiredClaimValue
"/>
250
/// is also specified, then the value of this claim must also match <see cref="
RequiredClaimValue
"/>.