wrenidm
Wren:IDM is a community‐developed identity management system.
6.9K
Wren:IDM is a community‐developed identity management system with a flexible data model, multiple extension points and scripting support, including JavaScript and Groovy. It can connect to and manage a wide range of systems through the Identity Connector Framework (Wren:ICF).
Wren:IDM is one of the projects in the Wren Security Suite, a community initiative that adopted open‐source projects formerly developed by ForgeRock, which has its own roots in Sun Microsystems’ products.
Wren:IDM itself is focused on identity management processes and it also provides a powerful framework for implementing IAG and a portion of IAM processes as well. Although the project is based on OpenIDM code, it is not affiliated with ForgeRock in any way. It is based on the very latest code available under a CDDL license (not‐yet‐released OpenIDM 5.x).
The features of Wren:IDM include:
Both the Administration GUI and Self‐Service GUI are web‐based, single‐page applications that can be turned off in deployments that do not desire to use them [1].
Dockerfile in your projectFROM wrensecurity/wrenidm:latest
COPY --chown=wrenidm:root project /opt/wrenidm/project
EXPOSE 8080
Then, run the commands to build and run the Docker image:
docker build -t wrenidm-image .
docker run --rm --name wrenidm-project -p 8080:8080 wrenidm-image -p project
Then you can hit http://localhost:8080/admin in your browser.
DockerfileIf you don't want to include a Dockerfile in your project, you can run Wren:IDM through this command:
docker run --rm --name wrenidm-test -p 8080:8080 wrensecurity/wrenidm:latest
Then you can hit http://localhost:8080/admin in your browser.
Large portions of the source code are based on the open-source projects previously released by:
We'd like to thank them for supporting the idea of open-source software.
Please note that the acknowledged parties are not affiliated with this project. Their trade names, product names and trademarks should not be used to refer to the Wren Security products, as it might be considered an unfair commercial practice.
Wren Security is open source and always will be.
[1] SCHWARTZ, Michael, Maciej MACHULAK. Securing the Perimeter: Deploying Identity and Access Management with Free Open Source Software. Apress, 2018. ISBN 978-1-4842-2601-8.
Content type
Image
Digest
sha256:2ef8d9112…
Size
325.8 MB
Last updated
6 days ago
docker pull wrensecurity/wrenidmPulls:
897
Last week