2025 Feb 21 2:19 AM - edited 2025 Feb 21 2:26 AM
Hello!
Following the tutorial https://developers.sap.com/tutorials/cp-cf-security-xsuaa-create..html#89359a09-cfe1-406a-9787-80152... I arrived at step 9 and executed the second call:
But the system, insted of returning the no dara message, is returning the following error:
I found this post: https://community.sap.com/t5/technology-q-a/sap-cap-app-router-invalid-uri/qaq-p/12704587 and applied the accepted solution in xs-security.json file:
{
...
"oauth2-configuration": {
"redirect-uris": [
"http://*.localhost:4004/**",
"https://*.hana.ondemand.com/**",
"https://*.applicationstudio.cloud.sap/**"
]
}
}
Am I missing something? Bear in mind that I had to change the route to be unique inside the CF landscape. Other strange thing is That it does not consider auth key generation.
Please help!
Regards,
Mig
Request clarification before answering.
Solved!
As simple as update the XSUAA service instance configurarion in cloud foundry 🙂 based on changes made in xs-security.json, with the command:
cf update-service xsuaa-service-tutorial -c security/xs-security.json
Hope this helps someone.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.