Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Can't run tests for Implicit profile (id token+token) #216

Open
kalanord opened this issue Feb 11, 2020 · 1 comment
Open

Can't run tests for Implicit profile (id token+token) #216

kalanord opened this issue Feb 11, 2020 · 1 comment

Comments

@kalanord
Copy link

kalanord commented Feb 11, 2020

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

{
    "client_id": "openID-cli",
    "nonce": "zqufAYo9basxWwZq",
    "redirect_uri": "https://op-test:60001/authz_cb",
    "response_type": "id_token token",
    "scope": "openid",
    "state": "6oSCPxvtEAT2Phjb"
}

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).

@zandbelt
Copy link

Can you provide a URL to your test instance?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants