You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the certificate from a metdata file, this library looks for a KeyDescriptor node with the signing attribute. According to the saml spec, this attribute is optional. If you choose to not include this attribute then the metadata parser won't find the certificate.
The text was updated successfully, but these errors were encountered:
* onelogin/master:
Explictly state Ruby 2.0.x support
Related to PR SAML-Toolkits#269FixSAML-Toolkits#299FixSAML-Toolkits#306. Support WantAssertionsSigned
Use settings.idp_cert_fingerprint_algorithm in idp_metadata_parser for fingerprint instead of SHA1
Implement binding parsing in idp_metadata_parser
To get the certificate from a metdata file, this library looks for a
KeyDescriptor
node with thesigning
attribute. According to the saml spec, this attribute is optional. If you choose to not include this attribute then the metadata parser won't find the certificate.The text was updated successfully, but these errors were encountered: