09 Jun, 2014
4 commits
-
Allow roles property to be an empty list, but mandate that the property must be set (and be a list). git-svn-id: https://svn.forgerock.org/openidm/trunk@3345 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Support class-loading from external java libraries by setting ScriptRegistry class loader to org.forgerock.openidm.script. This means that if you package a jar as an OSGi-Fragment attached to org.forgerock.openidm.script, your package files will be "visible" to javascript invocation by the Rhino Engine: <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Fragment-Host>org.forgerock.openidm.script</Fragment-Host> <Export-Package></Export-Package> </instructions> </configuration> </plugin> see also https://lists.forgerock.org/pipermail/openidm/2012-January/000408.html git-svn-id: https://svn.forgerock.org/openidm/trunk@3344 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Restore authenticationId in access audit log by refactoring SecurityCoontextMapper usage so that it maintains authenticationid in the MessageInfo param map. git-svn-id: https://svn.forgerock.org/openidm/trunk@3343 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3342 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Jun, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3341 d98387aa-ee2c-4292-a9e6-504d2a719fd3
06 Jun, 2014
6 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3340 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3338 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3337 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3336 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3335 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3334 d98387aa-ee2c-4292-a9e6-504d2a719fd3
05 Jun, 2014
5 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3333 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3332 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
the notifyDelete on the sync service with contet = { "oldValue" : null } to meet the contract. Reviewed by Jason over skype. git-svn-id: https://svn.forgerock.org/openidm/trunk@3330 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3329 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3328 d98387aa-ee2c-4292-a9e6-504d2a719fd3
04 Jun, 2014
16 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3327 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…c.json "assignments" field to be named "assignmentsToMap" git-svn-id: https://svn.forgerock.org/openidm/trunk@3326 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3325 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3324 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Reviewed by Orsi over Skype git-svn-id: https://svn.forgerock.org/openidm/trunk@3323 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3322 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3321 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Perform the empty role check as part of security context validation and throw ForbiddenException from there if the user has no roles. This allows the auth modules to focus on successful authentication, and lets an optional global context augmentation script fill out the roles if configured to do so. git-svn-id: https://svn.forgerock.org/openidm/trunk@3320 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3319 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…nc as well as to automatic sync Reviewed by Lada over Skype git-svn-id: https://svn.forgerock.org/openidm/trunk@3318 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Update documentation to reflect changes to email input parameters Reviewed by Laurent over Skype git-svn-id: https://svn.forgerock.org/openidm/trunk@3317 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3316 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3315 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3314 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3313 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3312 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Jun, 2014
8 commits
-
Update custom endpoint samples. git-svn-id: https://svn.forgerock.org/openidm/trunk@3311 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
can remove the check added in r3282. reviewed via skype by Chad git-svn-id: https://svn.forgerock.org/openidm/trunk@3310 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Deprecate external/email input parameters use of underscores for post-body keys. Still supported as fallback. git-svn-id: https://svn.forgerock.org/openidm/trunk@3309 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3308 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3307 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3306 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3305 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Prevent JaspiRuntimeConfigurationFactory from repetitively wrapping module in IDMJaspiModuleWrapper if it has already done it once. git-svn-id: https://svn.forgerock.org/openidm/trunk@3304 d98387aa-ee2c-4292-a9e6-504d2a719fd3