Replies: 1 comment
-
Adding a proxy is prone to breaking link/redirect generation as well as cookie attributes. See https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-3.1 for proxy guidance and troubleshooting steps. The other tool to debug this is Fiddler. Most likely there's an issue with the cookies set on response 1 so that they're not sent on request 3. Can you share those cookies? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have an ASP.NET Core 3.1 API app running in Azure App Service without any problem. OpenIDConnect works fine through callback path, e.g.
https://foobar.azurewebsites.net/signin
.Now we want customers access the API through an App Gateway, for two reasons:
When using the App Gateway address to access the API (https://mydomain/foobar), OpenIDConnect fails 100% with "Correlation failed. Unknown location" error. Any advice?
Startup
Network
Response: 302 (AAD authorize)
Response: 200
Response: 500 (Correlation failed. Unknown location)
Beta Was this translation helpful? Give feedback.
All reactions