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