1 write to SessionScheme
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionExtensions.cs (1)
136
o.
SessionScheme
= sessionScheme;
8 references to SessionScheme
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (8)
DeviceBoundSessionCookieEvents.cs (2)
117
if (options.
SessionScheme
is not null)
119
await httpContext.SignOutAsync(options.
SessionScheme
);
DeviceBoundSessionHandler.cs (6)
157
await Context.SignInAsync(Options.
SessionScheme
, principal, sessionProperties);
262
await Context.SignInAsync(Options.
SessionScheme
, authResult.Principal, sessionProperties);
296
$"The session cookie scheme '{Options.
SessionScheme
}' has no configured cookie name; cannot build a valid DBSC session instruction.");
322
if (Options.
SessionScheme
is null)
325
$"{nameof(DeviceBoundSessionOptions.
SessionScheme
)} must be configured to build a DBSC session instruction.");
328
return _cookieOptionsMonitor.Get(Options.
SessionScheme
);