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