cloud-security-services-integration-library
cloud-security-services-integration-library copied to clipboard
App2Service support
This is an initial draft for supporting App2Service flows. What is missing:
- In Spring applications the certificate is not available in the security context, see https://github.com/SAP/cloud-security-services-integration-library/issues/1332
- ProofToken data is not passed back to the application. Tbd how data is passed from a validator to the application. Maybe extending the Token interface for this?
- ProofToken data does not contain the plan. I guess this would be needed for AMS to be able to react on it.
- X509Certificate is using X500Principal.RFC1779 formatting, while standard in identity broker is RFC2253. Also the trim() looks a bit weird.