1 write to ReturnUrlParameter
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
73
options.
ReturnUrlParameter
= configSection[nameof(options.ReturnUrlParameter)] ?? options.ReturnUrlParameter;
4 references to ReturnUrlParameter
Microsoft.AspNetCore.Authentication (2)
Events\AccessDeniedContext.cs (1)
46
/// By default, this property is set to <see cref="RemoteAuthenticationOptions.
ReturnUrlParameter
"/>.
RemoteAuthenticationHandler.cs (1)
295
ReturnUrlParameter = Options.
ReturnUrlParameter
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
73
options.ReturnUrlParameter = configSection[nameof(options.
ReturnUrlParameter
)] ?? options.
ReturnUrlParameter
;