Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure a Basic Node.js App with the Authorization and Trust Management Service (XSUAA) #2148

Open
gparlakov opened this issue Nov 8, 2024 · 2 comments
Assignees
Labels
question Further information is requested tutorial:cp-cf-security-xsuaa-create

Comments

@gparlakov
Copy link

gparlakov commented Nov 8, 2024

Tutorials: https://developers.sap.com/tutorials/cp-cf-security-xsuaa-create.html

On the step Call your application from its secure route I got a 500 internal error when calling https://approuter-<my-app-host>.cfapps.<global-account>.hana.ondemand.com/products.
It turns out there was 1 less binding than required (products-list was bound to the xsuaa service instance but the approuter app was not)
Fixed following https://me.sap.com/notes/0002949591

@MichaelPShea
Copy link

@gparlakov: If you had followed the instructions in https://developers.sap.com/tutorials/cp-cf-security-xsuaa-create.html#c88961a3-cc57-49a5-b1a9-5d1de89d1350 step 6, you would have added the binding to the approuter. What we could do is add to the troubleshooting section about the HTTP 500 error message. What do you think?

@MichaelPShea MichaelPShea added the question Further information is requested label Nov 13, 2024
@gparlakov
Copy link
Author

gparlakov commented Nov 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested tutorial:cp-cf-security-xsuaa-create
Projects
None yet
Development

No branches or pull requests

3 participants