I’m doing hydra, oathkeeper and keto integration. My microservice is successfully connecting to hydra and then it redirects to my login service, but from there onward nothing happened. I saw in documents after login challenge is accepted it is redirecting to consent service. But I can’t see that. Can I go ahead without using the consent service ? How can I get the access token generated. Here is my hydra log.
time=“2019-07-03T17:46:18Z” level=info msg=“started handling request” method=GET remote=“172.18.0.1:58220” request="/oauth2/auth?response_type=code&client_id=sampleClient9&scope=openid&state=ZBPvfdw9lhGCNk9T3CPJH0DfARQl3ftHtS8D0LNKFxI%3D&redirect_uri=http://localhost:9010/callback"
time=“2019-07-03T17:46:18Z” level=info msg=“completed handling request” measure#hydra/public: https://localhost:9000/.latency=88247813 method=GET remote=“172.18.0.1:58220” request="/oauth2/auth?response_type=code&client_id=sampleClient9&scope=openid&state=ZBPvfdw9lhGCNk9T3CPJH0DfARQl3ftHtS8D0LNKFxI%3D&redirect_uri=http://localhost:9010/callback" status=302 text_status=Found took=88.247813ms
How can I go ahead from this point ? Help is highly appreciated.