cancel
Showing results for 
Search instead for 
Did you mean: 

SCP: OData destination with client certificate in HTML5 apps

florianbus
Contributor
0 Kudos

Hi expterts,

I am facing an issue when defining SCP destinations with client certificate. First of all the destination technically works and the connection check is successful.

When using this destination now within a HTML5 application, the application prompts to enter a username and password but it should just use the destinations certificate.

Any help is highly appreciated!

Best Regards,
Florian

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member213660
Participant
0 Kudos

Hi Florian

Destinations of type ClientCertificateAuthentication are used in scenarios where the targeting system requires certificateauthentication.

In this case the keystore must contains the certificate that will be used for the authentication and as KeyStorePassword you must provide the password for the keystore.

You are supposed to build your own jks file with an certificate key/pair that is trusted by the targeting system and to do that you can use the keytool commands which are part of the standard Java distribution to create it.

You can find more information here: https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/9018a9e54b3c48d98aa63538d47...

Best Regards,

Augusto

florianbus
Contributor
0 Kudos

Dear Augusto,

exactly this was done... as you can see, the destination check is working totally fine.

When I want to use the destination in an HTML5 application it asks for user/pass.

Best Regards,

Florian