11/13/2017 11:49:11 AM
Remove duplicate check in SAML11AuthenticationQueryType
|
11/11/2017 6:02:06 PM
same check is applied in line 83.
|
11/13/2017 11:46:56 AM
Fix comparison in SAMLSloRequestParser and SAMLSloResponseParser
|
11/11/2017 6:24:17 PM
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:
https://lgtm.com/projects/g/keycloak/keycloak/snapshot/73c82d296e70e09343f6f55eeea56a085075b289/files/saml-core/src/main/java/org/keycloak/saml/processing/core/parsers/saml/SAMLSloRequestParser.java?sort=name&dir=ASC&mode=heatmap&excluded=false#xe3bb353ac67565ed:1
https://lgtm.com/projects/g/keycloak/keycloak/snapshot/73c82d296e70e09343f6f55eeea56a085075b289/files/saml-core/src/main/java/org/keycloak/saml/processing/core/parsers/saml/SAMLSloResponseParser.java?sort=name&dir=ASC&mode=heatmap&excluded=false#xdd5c8cb1952defd:1
|
11/10/2017 10:39:56 AM
claim on identity cookie
|
11/13/2017 9:02:46 AM
Extend server-config-migration tests to test also exten…
|
11/7/2017 9:46:13 AM
also extensions and management
|
11/13/2017 8:56:16 AM
Fix X.509 tests
|
|
|
11/10/2017 11:13:31 AM
Ensure sessions preloading works for remote distributed…
|