Hi,
Is it possible for the application to send signed saml requests? Where can i configure the certificate, so that azure ad can validate the signature on the request?
I read in a forum that azure ad ignores signatures on SAML requests. If that is true, it should be mentioned in the docs. (And why this is safe?)
Thanks,
Martin
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@mrmueller
Thanks for your feedback! We will investigate and update as appropriate.
@mrmueller Please check on this document Single Sign-On SAML protocol, in this section - Signature it states that - _Don't include a Signature element in AuthnRequest elements, as Azure AD does not support signed authentication requests._
Thanks for your response. This helps a lot.
Still, it would be great to know if azure just ignores the signature or if something will break and what the security implications of doing without a signature are.
Thanks again