12/4/2016 8:15:53 PM
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.
|
12/5/2016 1:17:04 PM
Fix NPE on request for NameIDPolicy without format
|
12/5/2016 4:24:38 AM
format
... and two more one-line issues
|
12/5/2016 12:26:10 PM
realmRevisions cache too small with high number of realms
|
11/30/2016 1:21:21 PM
of realms.
- Increased the hardcoded default value to help running master with high number of realms.
- Added a value computation based on the realms cache max size (to match the userRevisions cache configuration pattern).
- Computed revisions cache size is now 2 times the configured maximum cache size.
- Added a maximum realms cache size configuration to the different standalone.xml templates.
- Added a missing users cache size configuration to standalone.xsl.
|
12/5/2016 9:45:47 AM
Make AbstractTests really abstract in testsuite
|
|
|
12/3/2016 4:47:15 PM
Location header not present in responses from admin endpoints test
|
11/21/2016 11:22:28 AM
admin endpoints
|
12/3/2016 4:46:52 PM
return Unauthorized when accessing bearer only in inte…
|