You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry but I am also new to the entire authentication field but I am getting a too many redirect errors. My vouch and nginx servers are running in the same box. The goal is to authenticate a user via vouch and then nginx will let the user go to any url served by nginx as proxy. My nginx and vouch config is here https://gist.github.com/groundswel/ed298d078105009dd6946c67bc457050
I am trying through chrome and I get redirected to the Cognito login page correctly. I am able to login but then chrome throw up this error:
This page isn’t working34.224.17.108 redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
I tried to clear cookies and use incognito window without any success.
Appreciate any help.
The text was updated successfully, but these errors were encountered:
Thanks for your response. May I know why the callback url is wrong and what it should be? I want user to be redirected to that url after successful login. I tried to explicitly define the proxy block in Nginx.conf (see commented lines) to proxy the request to a backend server but it still gives me too many redirect errors. Please let me know if there is additional information I can provide to help troubleshoot this issue.
Check the examples, it should be your vouch url. That’s how Vouch takes the next steps to validate you and issue the cookie. Then once vouch validates, it sends a 200ok for the /validate request, and then it will allow the request to the downstream app.
Sorry but I am also new to the entire authentication field but I am getting a too many redirect errors. My vouch and nginx servers are running in the same box. The goal is to authenticate a user via vouch and then nginx will let the user go to any url served by nginx as proxy. My nginx and vouch config is here https://gist.github.com/groundswel/ed298d078105009dd6946c67bc457050
I am trying through chrome and I get redirected to the Cognito login page correctly. I am able to login but then chrome throw up this error:
This page isn’t working34.224.17.108 redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
I tried to clear cookies and use incognito window without any success.
Appreciate any help.
The text was updated successfully, but these errors were encountered: