Hi I'm trying to call the GetLoginRequest() method...
# talk-hydra
l
Hi I'm trying to call the GetLoginRequest() method with hydra admin client, but it's causing issue with the hostname. So when I set the adminURL to http://hydra-admin:4445 the host becomes localhost like this
<http://localhost:4445/admin/oauth2/auth/requests/login?login_challenge=7276fa161b674c148e824ac6b51ab828>
but if I just set the host like http://hydra-admin then it host stays as it is. I'm running all in local kubernetes cluster in kind. If I make the request manually it works fine from that pod that is using client login request. So it's just calling http://localhost:4445 instead of http://hydra-admin:4445 that's why it's failing. What could be the reason? Has anyone faced this kind of issue ?