Access HTTP headers in Login App #3695
Unanswered
sead-asurion
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use a cloud tool that sits in front of our Ory Hydra service as a proxy. It can detect and flag malicious requests. When it detects a suspicious OIDC auth request, it can inject an HTTP header before forwarding the request to Ory Hydra. In our Login App we would like to be able to access this header to trigger additional authentication steps.
The Get Login Request API response does not include headers. Is there another way we could access the HTTP headers that were sent to Ory Hydra on the OIDC auth request?
Beta Was this translation helpful? Give feedback.
All reactions