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
When loading metadata from a Keycloak endpoint, the application fails with a ClassCastException:
java.lang.ClassCastException: org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl cannot be cast to org.opensaml.saml.saml2.metadata.EntityDescriptor
This is because it incorrectly assumes that the root element will always be EntityDescriptor. In Keycloak's case, the EntityDescriptor is surrounded with an EntitiesDescriptor element.
The text was updated successfully, but these errors were encountered:
When loading metadata from a Keycloak endpoint, the application fails with a
ClassCastException
:This is because it incorrectly assumes that the root element will always be
EntityDescriptor
. In Keycloak's case, theEntityDescriptor
is surrounded with anEntitiesDescriptor
element.The text was updated successfully, but these errors were encountered: