keycloak-scim/services
Thomas Darimont 8610a02d72 KEYCLOAK-3969 Allow use of ScriptAuthenticator without user
Previously ScriptAuthenticator required a user to be authenticated
before it could be used as an additional authentication step which
limited the scenarios the authenticator could be used.

We now allow ScriptAuthenticators to be used without requiring an
user to be authenticated before.
Adapted the authenticator-template.js with a null safe username check.

Note that existing custom ScriptAuthenticators might need some additional
null checks since the user can now be undefined.
2016-12-04 23:15:53 +01:00
..
src KEYCLOAK-3969 Allow use of ScriptAuthenticator without user 2016-12-04 23:15:53 +01:00
pom.xml Bump to 2.5.0.Final-SNAPSHOT 2016-11-30 15:44:51 +01:00