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