-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
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
toclan
Metadata
Metadata
Assignees
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions