Hello,
I need help to this error : Unable to issue redirect for OAuth 2.0 transaction.
We have this error after passing the connexion page of the enterprise.
"error": {
"message": "Unable to issue redirect for OAuth 2.0 transaction",
"oauthError": "server_error",
"type": "oauth-authorization"
},
In addition, for normal connexion with google, users in Auth0, … it always pass.
Here is the link that we followed : Connect Your App to ADFS
Of course @konrad.sopala,
In the URL redirection, I use redirectUrl (redirectURL) as paramater’s name instead of redirectUri,
So, I changed redirectUrl to redirectUri and that solved the problem.