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
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.
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: