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 25var claimValue = options.RequiredClaimValue;
Configuration\DashboardOptions.cs (2)
227/// If specified, users without this claim will be rejected. If <see cref="RequiredClaimValue"/> 228/// is also specified, then the value of this claim must also match <see cref="RequiredClaimValue"/>.