3 references to BearerAndApplicationScheme
Microsoft.AspNetCore.Identity (3)
IdentityServiceCollectionExtensions.cs (3)
142.AddAuthentication(IdentityConstants.BearerAndApplicationScheme) 143.AddScheme<AuthenticationSchemeOptions, CompositeIdentityHandler>(IdentityConstants.BearerAndApplicationScheme, null, compositeOptions => 146compositeOptions.ForwardAuthenticate = IdentityConstants.BearerAndApplicationScheme;