In which file must the attribute ‘SignAuthnRequest=”true”’ be added to the PartnerIdentityProvider element to support signed SAML requests?
In which file must the attribute ‘SignAuthnRequest=”true”’ be added to the PartnerIdentityProvider element to support signed SAML requests?
The attribute ‘SignAuthnRequest=”true”’ must be added to the PartnerIdentityProvider element in the saml.config file to support signed SAML requests. This is because the saml.config file is specifically used for configuring SAML settings, including the signing of authentication requests.
It must be added to the saml.config file on the PVWA https://docs.cyberark.com/PAS/Latest/en/Content/PAS%20INST/SAML-Authentication.htm?tocpath=Administrator%7CUser%20Management%7CAuthenticate%20to%20Privileged%20Access%20Manager%20-%20Self-Hosted%7CConfigure%20authentication%20methods%7C_____5#:~:text=the%20certificate%3E%22%20/%3E%0A%3C/LocalCertificates%3E-,Add%20the%20following%20attribute%20to%20the%20PartnerIdentityProvider%20element,-%3A
The answer is A. https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/12.6/en/Content/PAS%20INST/SAML-Authentication.htm?tocpath=Administrator%7CUser%20Management%7CAuthenticate%20to%20Privileged%20Access%20Manager%20-%20Self-Hosted%7CConfigure%20authentication%20methods%7C_____5
https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/13.0/en/Content/PAS%20INST/SAML-Authentication.htm?tocpath=Administrator%7CUser%20Management%7CAuthenticate%20to%20Privileged%20Access%20Manager%20-%20Self-Hosted%7CConfigure%20authentication%20methods%7C_____5#ConfigureSAMLauthenticationinPAMSelfHosted
A. is correct.