Skip to content

Commit

Permalink
Update xs-security.json
Browse files Browse the repository at this point in the history
More generic listing oauth URI's
  • Loading branch information
longieirl committed Oct 11, 2023
1 parent eaf8d42 commit 57d32b3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cap/cap-fiori-mta-standalone/xs-security.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"scopes": [],
"role-templates": [],
"oauth2-configuration": {
"redirect-uris": [
"https://*.us10-001.hana.ondemand.com/login/callback",
"https://*.cfapps.us10-001.hana.ondemand.com/**"
]
}
"redirect-uris": [
"https://**.hana.ondemand.com/**",
"https://**.applicationstudio.cloud.sap/**",
"http://localhost:*/**"
]
}
}

0 comments on commit 57d32b3

Please sign in to comment.