viki s
viki s

Reputation: 95

SSO implementation using SALM 2.0 SOAP binding

I am trying to add SSO functionality in my existing web application. Requirement is to use SOAP Binding with SAML 2.0, I am able to read SAML response using HTTP-POST binding but i want to read SAML response using SOAP binding. Please let me know if anyone has already used SAML SOAP Binding for SSO

Upvotes: 0

Views: 241

Answers (1)

pry1
pry1

Reputation: 81

You should use SP-Initiated SSO: POST/Artifact Bindings

Upvotes: 1

Related Questions