cancel
Showing results for 
Search instead for 
Did you mean: 

the redirect_uri has an invalid Domain (Authorization Request Error)

tobias-racedo
Discoverer
0 Kudos

Hello! I´m following this tutorial: Side By Side App and when I deploy everything and try to enter to the app I get this error.

Accepted Solutions (1)

Accepted Solutions (1)

nicorunge
Participant

Hi,

stumpled across the same problem a while ago.

https://github.com/SAP-samples/multi-cloud-html5-apps-samples/issues/43

Check if you have defined some redirect-uri in your xs-security.json file. Something like this:

  "oauth2-configuration": {
    "redirect-uris": [
      "https://*.us10-001.hana.ondemand.com/**"
    ]
  }

BR

Nico

Answers (0)