Identity Server and Azure Proxy #327
-
|
Hello, We are experiencing an issue with configuring Identity Server to work correctly behind Azure Proxy. When accessing the Identity Server proxy URL (e.g., Here is some additional context about our configuration:
We also revisited the Identity Server documentation regarding proxy scenarios, but unfortunately without success. Do you have any recommendations on what we should try next? Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi Luka, the Entra ID Application Proxy should set the |
Beta Was this translation helpful? Give feedback.
Hi Maarten,
Thanks again for your quick reply. After looking deeper into this, we confirmed your assumption that App Proxy does not send the
X-Forwarded-Hostheader (it’s been a requested feature for some time, according to online forums).To work around this, we ended up hard-coding the external origin in our API config and using the following approach to apply it to the Identity Server's settings:
Startup.cs