|
|
11/13/2017 1:27:57 PM
logout endpoint
|
|
|
|
|
|
|
11/11/2017 6:37:35 PM
only value put into this config map is the
password hash iterations count.
But `iterations` is used directly with the
hashProvider.
See:
https://lgtm.com/projects/g/keycloak/keycloak/snapshot/73c82d296e70e09343f6f55eeea56a085075b289/files/wildfly/adduser/src/main/java/org/keycloak/wildfly/adduser/AddUser.java?sort=name&dir=ASC&mode=heatmap&excluded=false#x490b537b199a8415:1
|
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
|