Hi, tried to get the OIDC EAP to work with our Auth0 account. Unfortunately I end up hitting the same error over and over again:
Couldn't log you in
Contact your administrator for help or try again
Tried to use the developer tools to understand what is wrong but unfortunately the network traffic does not give out any extra information.
I tested the configuration with several different possibilities:
- Both Authentication modes: PKCE and Authorization code flow.
- Tested with both "Turn on auto discovery" on and off (manually setting the userinfo, JWK, authorization and token endpoints).
- With different scopes (openid and some more scopes added).
- With new client and with an existing client (that works on a separate project with the same settings).
The end result is always the same.
We have been waiting for the OIDC support for some quite time as we have some critical needs that require this. Hoping to get some assistance on how to solve the situation.
