InterviewSolution
| 1. |
I Don't Currently Use Soap. Do I Need To Invent My Own Protocol For Requesting And Getting Saml Assertions? |
|
Answer» You are allowed to use SAML REQUESTS and responses over any protocol you like. Whether you will be able to interoperate with anybody else is another question. The SOAP-over-HTTP protocol is INTENDED to be very simple to IMPLEMENT and should represent LESS work than implementing SAML requests and interpreting SAML responses. You are allowed to use SAML requests and responses over any protocol you like. Whether you will be able to interoperate with anybody else is another question. The SOAP-over-HTTP protocol is intended to be very simple to implement and should represent less work than implementing SAML requests and interpreting SAML responses. |
|