Community‐developed identity management system with a flexible data model, multiple extension points and scripting support, including JavaScript and Groovy.
PR fixes global variable type of mappingConfig to be the raw value instead of being wrapped as JsonValue. This change will allow calling defaultPostMapping.groovy as eval action of ScriptRegistryService.
PR fixes global variable type of
mappingConfig
to be the raw value instead of being wrapped asJsonValue
. This change will allow callingdefaultPostMapping.groovy
as eval action ofScriptRegistryService
.