SAP JCo SAML authentication

Viewed 300

I need to support SAML authentication in one of my applications connecting to SAP using Sap Java Library (SAPJCO) and couldn't find any related articles demonstrating the capability of JCO. Does anyone have any experience with that?

1 Answers

There is currently no feature at SAP ABAP application server side for doing an RFC logon with SAML authentication. And the SAP Java Connector cannot offer a logon mechanism for what is actually not there. So this is not supported yet.

As far as I know, logging on with SAML authentication is currently only offered via HTTP/HTTPS. SAP JCo is for RFC only.

Related