https://github.com/openidentityplatform/openidm
OpenIDM is an open standards based Identity Management, Provisioning and Compliance solution. Experience shows that the most important features of an identity management product are: high flexibility in Business Process handling and compliance with open standards and interfaces. A highly flexible user interface combined with a very robust workflow engine make OpenIDM ready for any Identity Management project.
https://github.com/openidentityplatform/openidm
activiti compliance connector directory integration process-manager provision rest-api workflow zero-trust zta
Last synced: 10 months ago
JSON representation
OpenIDM is an open standards based Identity Management, Provisioning and Compliance solution. Experience shows that the most important features of an identity management product are: high flexibility in Business Process handling and compliance with open standards and interfaces. A highly flexible user interface combined with a very robust workflow engine make OpenIDM ready for any Identity Management project.
- Host: GitHub
- URL: https://github.com/openidentityplatform/openidm
- Owner: OpenIdentityPlatform
- License: other
- Created: 2018-03-20T21:40:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T10:38:52.000Z (11 months ago)
- Last Synced: 2025-03-29T03:02:40.944Z (11 months ago)
- Topics: activiti, compliance, connector, directory, integration, process-manager, provision, rest-api, workflow, zero-trust, zta
- Language: Java
- Homepage: https://www.openidentityplatform.org/openidm
- Size: 65.6 MB
- Stars: 84
- Watchers: 7
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#
[](https://github.com/OpenIdentityPlatform/OpenIDM/releases)
[](https://github.com/OpenIdentityPlatform/OpenIDM/actions/workflows/build.yml)
[](https://github.com/OpenIdentityPlatform/OpenIDM/actions/workflows/deploy.yml)
[](https://github.com/OpenIdentityPlatform/OpenIDM/issues)
[](https://github.com/OpenIdentityPlatform/OpenIDM/commits/master)
[](https://github.com/OpenIdentityPlatform/OpenIDM/blob/master/LICENSE.md)
[](https://github.com/OpenIdentityPlatform/OpenIDM/releases)
[](https://hub.docker.com/r/openidentityplatform/openidm)
[](https://github.com/OpenIdentityPlatform/OpenIDM)
[](https://github.com/OpenIdentityPlatform/OpenIDM)
OpenIDM enables you to consolidate multiple identity sources for policy and workflow-based management. OpenIDM can
consume, transform and feed data to external sources so that you maintain control over the identities of users,
devices and other objects.
OpenIDM provides a modern UI experience that allows you to manage your data without writing a single line of code. The
standard RESTful interfaces also offer ultimate flexibility so that you can customize and develop the product to fit the
requirements of your deployment.
## License
This project is licensed under the [Common Development and Distribution License (CDDL)](https://github.com/OpenIdentityPlatform/OpenIDM/blob/master/LICENSE.md).
## Downloads
* [OpenIDM ZIP](https://github.com/OpenIdentityPlatform/OpenIDM/releases)
* [OpenIDM Docker](https://hub.docker.com/r/openidentityplatform/openidm/) (All OS)
Java 1.8+ required
## How-to build
For windows use:
```bash
git config --system core.longpaths true
```
```bash
git clone --recursive https://github.com/OpenIdentityPlatform/OpenIDM.git
mvn install -f OpenIDM
```
## How-to run after build
```bash
unzip OpenIDM/openidm-zip/target/openidm-*.zip
./opendm/startup.sh
```
Wait for the message **OpenIDM ready** and go:
* User self service UI: http://localhost:8080/ (openidm-admin/openidm-admin)
* Admin UI: http://localhost:8080/admin/ (openidm-admin/openidm-admin)
* Apache Felix UI: http://localhost:8080/system/console/ (admin/admin)
## Support and Mailing List Information
* OpenIDM Community [documentation](https://github.com/OpenIdentityPlatform/OpenIDM/wiki)
* OpenIDM Community [discussions](https://github.com/OpenIdentityPlatform/OpenIDM/discussions)
* OpenIDM Community [issues](https://github.com/OpenIdentityPlatform/OpenIDM/issues)
* OpenIDM [commercial support](https://github.com/OpenIdentityPlatform/.github/wiki/Approved-Vendor-List)
## Thanks 🥰
* Sun Identity Manager / OpenIDM
* Forgerock OpenIDM
## Contributing
Please, make [Pull request](https://github.com/OpenIdentityPlatform/OpenIDM/pulls)