Hi Team, After consent process. instead of redire...
# general
h
Hi Team, After consent process. instead of redirecting back to my api with code for exchange token. It show this error. https://demo.azurecontainerapps.io/oauth2/fallbacks/error?error=invalid_request&error_description=The+request+is+missing+a+required+parameter%2C+includes+an+invalid+parameter+value%2C+includes+a+parameter+more+than+once%2C+or+is+otherwise+malformed.+The+%27redirect_uri%27+parameter+does+not+match+any+of+the+OAuth+2.0+Client%27s+pre-registered+redirect+urls. I was able complete these whole process with my client. redirect url is ok. Whole process: Generate oauth process. Generate login challenge. Login with credentail. Accept login challenge. Redirect to Consent Accept to Consent. Redirected to ory hydra public endpoint for consent verifier. Need to get code for exchange token but receive above error. Any help will be appreciated. If user is already authenticated, Login challenge is also accepted. consent challenge is also accepted. why it need to redirect consent_verifier and show error in OAuth2.0 for ory hydra. The request is missing a required parameter includes an invalid parameter value includes a parameter more than once or is otherwise malformed. The redirect_uri parameter doesnot match any of the OAuth 2.0 Clients pre-registered redirect urls.