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