Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
We have a .net 8 Blazor application running behind a reverse proxy. The application uses Okta for authentication. The application was working fine until the asp.net core hosting bundle 8.0.17 was pushed to the servers.
After that, the application started sending the server name to Okta in the redirect URI parameter instead of the external URL.
Reverting to asp.net core hosting bundle 8.0.16 fixed the issue.
Expected Behavior
The external URL should be passed to Okta as the redirect URI, not the internal server name.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
8.0
Anything else?
No response