The requested redirect_uri is missing in the client
{"error":"invalid_request","error_description":"The requested redirect_uri is missing in the client configuration. If you have any questions, you may contact the administrator of the application."}
Where is the problem?


1 Reply
Bumping up as i recently did a Helm Chart deploy and getting this error aswell.
{
"error": "invalid_request",
"error_description": "This client's redirect_uri is http and is not allowed. If you have any questions, you may contact the administrator of the application."
}
Were you able to resolve it ?