keycloak-scim/saml-core
Thomas Darimont 71df504834 KEYCLOAK-5838 Fix comparison in SAMLSloRequestParser and SAMLSloResponseParser
The previous comparison was broken (always returned false)
since it compared the enum value with a string.
Calling `.get()` on the enum value to compare the string this the
given local-part fixes the comparison.

See:
73c82d296e/files/saml-core/src/main/java/org/keycloak/saml/processing/core/parsers/saml/SAMLSloRequestParser.java (xe3bb353ac67565ed):1
73c82d296e/files/saml-core/src/main/java/org/keycloak/saml/processing/core/parsers/saml/SAMLSloResponseParser.java (xdd5c8cb1952defd):1
2017-11-13 13:30:01 +01:00
..
nbproject KEYCLOAK-1881 Include key ID for REDIRECT and use it for validation 2016-11-04 21:53:43 +01:00
src KEYCLOAK-5838 Fix comparison in SAMLSloRequestParser and SAMLSloResponseParser 2017-11-13 13:30:01 +01:00
pom.xml Bump versions 2017-11-09 15:37:21 +01:00