1 Answers1

0

As you can see in SAML 2.0 specs [http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf],

All SAML protocol request and response messages MAY be signed using XML Signature

That means your Service Provider could have the need to sign his requests.

e.g78
  • 667
  • 4
  • 8