26 references to AddAuthenticationCore
Microsoft.AspNetCore.Authentication.Core.Test (26)
AuthenticationSchemeProviderTests.cs (11)
30
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
43
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
59
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
77
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
93
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
109
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
134
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
147
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
161
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
180
.
AddAuthenticationCore
(o => o.AddScheme<Handler>("signin", "whatever"))
197
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
AuthenticationServiceTests.cs (13)
15
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
31
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
54
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
69
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
84
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
98
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
113
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
136
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
157
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
177
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
195
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
213
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
232
var services = new ServiceCollection().AddOptions().
AddAuthenticationCore
(o =>
TokenExtensionTests.cs (2)
127
.
AddAuthenticationCore
(o =>
144
.
AddAuthenticationCore
(o => o.AddScheme("simple", s => s.HandlerType = typeof(SimpleAuth)));