6 references to RegistrationPath
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (6)
DeviceBoundSessionHandler.cs (1)
71
if (Request.Path.Equals(Options.
RegistrationPath
))
DeviceBoundSessionOptions.cs (4)
63
ValidatePath(
RegistrationPath
, nameof(
RegistrationPath
), scheme);
66
if (
RegistrationPath
.Equals(RefreshPath))
107
$"The {nameof(RefreshPath)} for scheme '{scheme}' must differ from {nameof(
RegistrationPath
)}.",
DeviceBoundSessionRegistrationHeader.cs (1)
51
var registrationPath = httpContext.Request.PathBase.Add(dbscOptions.
RegistrationPath
).ToUriComponent();