Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Security implementation for JAVA REST API in SAP NEO

suparnasarkar
Associate
Associate
0 Likes
636

Please let me know what is the best way of securing the spring boot rest APIs in SAP NEO environment.

These APIs will be called by SAP UI5 applications.

1 REPLY 1
Read only

rileyrainey
Product and Topic Expert
Product and Topic Expert
0 Likes
488

Hi Suparna,

You might want to take a look at the Neo section of this SAP Spring sample project: https://github.com/SAP-samples/cloud-espm-multi-environment -- For what it is worth, you will find that you have richer security options when the application runs as an XS Application in Cloud Foundry rather than Neo.

Riley