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
{{ message }}
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
We are having issues trying to run tests for our OP with the id token+token configuration; all other flows run normally but for this profile, as we start our tests, we login normally but when the test returns to the test tool screen, we see no new data; like the test hasn't been run.
Since we aren't getting any new information in the test tool, is being difficult to debug where exactly the problem because it seems it's not recieving anything though we see that our OP had some requests done with those tests.
Whenever the login flow completes, the URL I get redirected to in the browser is https://op-test:60001/authz_post; if I hit enter, we get some feedback from the test saying that's not an expected http method (it's logical since I got there through the browser).
The text was updated successfully, but these errors were encountered:
We are having issues trying to run tests for our OP with the id token+token configuration; all other flows run normally but for this profile, as we start our tests, we login normally but when the test returns to the test tool screen, we see no new data; like the test hasn't been run.
Since we aren't getting any new information in the test tool, is being difficult to debug where exactly the problem because it seems it's not recieving anything though we see that our OP had some requests done with those tests.
EDIT: The Authorization Request from the tool is
Whenever the login flow completes, the URL I get redirected to in the browser is https://op-test:60001/authz_post; if I hit enter, we get some feedback from the test saying that's not an expected http method (it's logical since I got there through the browser).
The text was updated successfully, but these errors were encountered: