on 2022 Jun 29 7:17 AM
The a server-to-server scenario. Server A is an external server. Server B is approuter. Server A call approuter with certificate and private key. Then approuter verify the certificate and retrieval token from xsuaa then forward the certificate to cloud foundary apps by header: x-forwarded-client-cert
As approuter documents says https://www.npmjs.com/package/@sap/approuter
But I failed. Kindly ask that can approuter fit my requirement? And is there an example for this?
Request clarification before answering.
First you can check if mTls is activated for your instance of XSUAA.
Approuter is bound to xsuaa, right?
so you can run cf env myapprouter
In the xsuaa-credentials, you can see the property credential-type, which should have value "x509".
If value is "binding-secret" or "instance-secret", then you have to update your service instance and configure it to use mtls.
"oauth2-configuration": {
"credential-types": ["x509"]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
45 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.