Closed cyclorama closed 1 year ago
I have solved this by using "/authentication/logout-callback" for my RedirectUrl and LogoutUri instead of an absolute URL.
Microsoft advises to use an absolute URL but in my case it seems to have been the issue itself.
I am trying to get authentication working on my production environment for my Blazor WASM app.
Which version of Duende IdentityServer are you using?
6.3.2
Which version of .NET are you using?
.NET6
Describe the bug
The requested URL is in the list of allowed URLs, yet the request is failing because identity server believes that the requested URL isn't in the list of allowed URLs.
Expected behavior
The request should be allowed as the requested URL is in the allowed list of URLs.
Log output/exception with stacktrace
Additonal information
This is a Blazor WASM app.
This is what my appsettings.Production.json looks like: