Confirm you've already contributed to this project or that you sponsor it
[X] I confirm I'm a sponsor or a contributor
Describe the solution you'd like
Unlike most of the OWIN and ASP.NET Core authentication handlers, the OpenIddict client ASP.NET Core and OWIN integrations don't use the current URL as a fallback value when AuthenticationProperties.RedirectUri is not set.
It's not a huge deal with the OWIN integration (since the OpenIddict client OWIN authentication handler deliberately cannot be configured to use AuthenticationMode.Active), but it's a bit more annoying for ASP.NET Core, as the OpenIddict client can be used as the default challenge scheme.
Confirm you've already contributed to this project or that you sponsor it
Describe the solution you'd like
Unlike most of the OWIN and ASP.NET Core authentication handlers, the OpenIddict client ASP.NET Core and OWIN integrations don't use the current URL as a fallback value when
AuthenticationProperties.RedirectUri
is not set.It's not a huge deal with the OWIN integration (since the OpenIddict client OWIN authentication handler deliberately cannot be configured to use
AuthenticationMode.Active
), but it's a bit more annoying for ASP.NET Core, as the OpenIddict client can be used as the default challenge scheme.Additional context
No response