Hi,
I am troubleshooting an issue where authentication goes through infinite loop between POST and GET.
It was working fine till the issue came up unexpectedly
Is there any way to debug this issue on the Passwordstate side?
POST URL is going to https://server.com/logins/saml/default.asp
GET URL is
https://test.onelogin.com/trust/saml2/http-post/sso/*
On the passwordstate log file I can see that following URLs are getting referenced
GET /default.aspx
GET /logins/loginadan.aspx
GET /logins/saml.aspx
POST /logins/saml/default.aspx
On the Onelogin side login is successful for the App. Any guidance is appreciated.
Thanks in advance,