I currently have Kratos & Hydra running togeth...
# talk-hydra
f
I currently have Kratos & Hydra running together along with a login service that functions similar to https://github.com/ory/examples/tree/master/kratos-hydra. I'm currently trying to make a help link on the login page change based on where the request came from. For example, if a user came to the login page from page A I want to show help link A, if a user came from page B i want to show help link B, etc.. My current approach is to set a custom
ref
query string to the login page link, is it possible for Hydra to forward the custom query string value to the login service? or is there any other way to forward external information to the login page?
c
Do you have access to the HTTP referrer header in this flow?