cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI 7.0 SAML v1.1

Former Member
0 Kudos

Hi,

We need to develop a Web Service Receiver with SAP PI 7.0 and add a SAML v1.1 header in the SOAP request. How can we do it in SAP PI 7.0? Is it compatible with this PI version?

Thanks in advance,

Joan

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Only WS (webservice) adapter supports SAML (Securitly Assertion markup language) directly. I dont think you have that adapter option in PI 7.0. So, you cannot implement security authentication method SAML using PI 7.0 directly.

If you need badly then you might have to use soap receiver adapter and you might have to manually create SAML Header algorithm in your SOAP request message using external open source SAML API using java mapping. That route is not an easy task.

Hope answered your question.

Answers (1)

Answers (1)

Former Member
0 Kudos