By: Raf Huys user 19 Feb 2016 at 2:26 a.m. CST

1 Response
Raf Huys gravatar
I'm trying to set up OpenID connect with authorization workflow (response type = code). On the UI side, this results in a redirect loop. I never get to the point of seeing the gluu authentication dialog (basic authentication). As you can see from the stacktrace, first the client is found through it's id. Scopes are granted etc. Next thing is "basic auth failed" but I have never seen a dialog to begin with... Looks as if I misconfigured something, but I have no clue what. Stack trace on the Gluu side: http://pastebin.com/DhDhd4x3 The gluu OpenId client: http://pastebin.com/TZ92PH02 I hope for some direction on how to further debug.

By Mohib Zico staff 21 Feb 2016 at 11:21 a.m. CST

Mohib Zico gravatar
Let's add 'user_name' scope + add 'id_token', 'token' along with 'code' response types and see how it is going.