1 write to MapInboundClaims
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
60
options.
MapInboundClaims
= StringHelpers.ParseValueOrDefault(configSection[nameof(options.MapInboundClaims)], bool.Parse, options.MapInboundClaims);
3 references to MapInboundClaims
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectConfigureOptions.cs (2)
60
options.MapInboundClaims = StringHelpers.ParseValueOrDefault(configSection[nameof(options.
MapInboundClaims
)], bool.Parse, options.
MapInboundClaims
);
OpenIdConnectOptions.cs (1)
382
/// Gets or sets the <see cref="
MapInboundClaims
"/> property on the default instance of <see cref="JwtSecurityTokenHandler"/> in SecurityTokenValidator