I am trying to configure Apache Knox to use OpenID Connect (the ORY Hydra product). The callback url is called, with the correct code= parameter, but then the login process loops ad infinitum.
I configured Knox according to this Auth0 guide (same thing, just update the URLs).
The login process just loops. I think Knox doesn't know what to do with the code= value, that is, how to exchange it for an access_token and refresh_token. What am I doing wrong? Using the wrong authentication type, the wrong callback url, something else?