SAP-archive / cloud-bulletinboard-ads

This is the bulletinboard-ads sample application code used in the openSAP course: Cloud-Native Development with SAP Business Technology Platform (formerly SAP Cloud Platform).
Apache License 2.0
76 stars 99 forks source link

Exercise 24: Update to openSource SAP Security Container lib #11

Closed nenaraab closed 5 years ago

nenaraab commented 5 years ago

Exercise 24 (branch solution-24-Make-App-Secure) has still a reference to a SAP library, which is only available on the SAP marketplace as explained here.

By end of 2018, there is a SAP Container Security library (XSUAA client library) released to maven central (which is unfortunately not compatible with the SAP internal version): https://github.com/SAP/cloud-security-xsuaa-integration

With version 1.2 and higher there are also utilities to mock XSUAA and to generate JWT tokens.

Further Reference:

nenaraab commented 5 years ago

maven dependency:

<groupId>com.sap.cloud.security.xsuaa</groupId>
<artifactId>parent</artifactId>
<version>1.1.0</version>

maven central: https://search.maven.org/search?q=com.sap.cloud.security