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
The SAML medatada generated by ruby-saml violate the SAML 2.0 specification because it doesn't include validUntil or cacheDuration attribute on the root EntityDescriptor element. It also doesn't provide an interface to define this by the application.
The specification is clear that it should be present at the root EntityDescriptor element.
When used as the root element of a metadata instance, this element MUST contain either a validUntil or cacheDuration attribute.
Both validUntil and cacheDuration of the EntityDescriptor element are optional in the specification because they should appear only on the root element and are not recommended to use elsewhere and the EntityDescriptor element doesn't have to be a root element.
The SAML medatada generated by ruby-saml violate the SAML 2.0 specification because it doesn't include
validUntil
orcacheDuration
attribute on the rootEntityDescriptor
element. It also doesn't provide an interface to define this by the application.The specification is clear that it should be present at the root
EntityDescriptor
element.Both
validUntil
andcacheDuration
of theEntityDescriptor
element are optional in the specification because they should appear only on the root element and are not recommended to use elsewhere and theEntityDescriptor
element doesn't have to be a root element.Related issues:
The text was updated successfully, but these errors were encountered: