Community‐developed identity management system with a flexible data model, multiple extension points and scripting support, including JavaScript and Groovy.
The openidm-ui/openidm-ui-common/src/main/resources/index.html file (used by openidm-ui-admin' andopenidm-ui-enduser`) contains a placeholder for Wren:IDM version, which is used as a query parameter when loading JS scripts to bypass browser caching after new version was deployed. Resolution of this placeholder was previously present in Gruntfile, but was not carried over to gulpfile during the last UI upgrade.
Implementation is based on the same functionality in Wren:AM.
The
openidm-ui/openidm-ui-common/src/main/resources/index.html
file (used byopenidm-ui-admin' and
openidm-ui-enduser`) contains a placeholder for Wren:IDM version, which is used as a query parameter when loading JS scripts to bypass browser caching after new version was deployed. Resolution of this placeholder was previously present in Gruntfile, but was not carried over to gulpfile during the last UI upgrade.Implementation is based on the same functionality in Wren:AM.