Commit 8d49e8b
Changed files (1)
lib
saml
lib/saml/kit/service_provider_metadata.rb
@@ -89,7 +89,7 @@ module Saml
def descriptor_options
{
- AuthnRequestsSigned: "true",
+ AuthnRequestsSigned: sign,
WantAssertionsSigned: want_assertions_signed,
protocolSupportEnumeration: Namespaces::PROTOCOL,
}