WrenSecurity / wrenam

Community fork of OpenAM, an authentication and authorization system originally developed by ForgeRock.
Other
43 stars 27 forks source link
access-control access-management authentication cybersecurity iam oauth2 oidc openam opensso security sso wrensecurity

Wren:AM logo

# Wren:AM [![License](https://img.shields.io/badge/license-CDDL-blue.svg)](https://github.com/WrenSecurity/wrenam/blob/main/LICENSE) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/WrenSecurity) Wren:AM is an "all-in-one" access management solution providing strong and adaptive authentication, authorization, single sign-on (SSO), entitlements, federation and web services security. Wren:AM provides mobile support out of the box, with full OAuth 2.0 and OpenID Connect (OIDC) support - modern protocols that provide the most efficient method for developing secure native or web-based mobile applications optimized for bandwidth and CPU. Wren:AM 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. ## Contributions [![Contributing Guide](https://img.shields.io/badge/Contributions-guide-green.svg?style=flat)][contribute] [![Contributors](https://img.shields.io/github/contributors/WrenSecurity/wrenam)][contribute] [![Pull Requests](https://img.shields.io/github/issues-pr/WrenSecurity/wrenam)][contribute] [![Last commit](https://img.shields.io/github/last-commit/WrenSecurity/wrenam.svg)](https://github.com/WrenSecurity/wrenam/commits/main) ## Getting the Wren:AM You can get Wren:AM Web Application Archive (WAR) in couple of ways: ### Download binary release The easiest way to get the Wren:AM is to download the latest binary [release](https://github.com/WrenSecurity/wrenam/releases). ### Build the source code In order to build the project from the command line follow these steps: **Prepare your Environment** Following software is needed to build the project: | Software | Required Version | | --------- | ------------- | | OpenJDK | 11 and above | | Git | 2.0 and above | | Maven | 3.0 and above | **Build the source code** All project dependencies are hosted in JFrog repository and managed by Maven, so to build the project simply execute Maven *package* goal. ``` $ cd $GIT_REPOSITORIES/wrenan $ mvn clean package ``` Built binary can be found in `${GIT_REPOSITORIES}/wrenam/openam/openam-server/target/OpenAM-${VERSION}.war`. ### Docker image You can also run Wren:AM in a Docker container. Official Wren:AM Docker images can be found [here](https://hub.docker.com/r/wrensecurity/wrenam). ## Documentation Project documentation can be found in our documentation platform ([docs.wrensecurity.org](https://docs.wrensecurity.org/wrenam/latest/index.html)). Documentation is still work in progress. ## Acknowledgments Wren:AM is standing on the shoulders of giants and is a continuation of a prior work: * OpenSSO by Sun Microsystems * OpenAM by ForgeRock AS We'd like to thank them for supporting the idea of open-source software. ## Disclaimer 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. [contribute]: https://github.com/WrenSecurity/wrensec-docs/wiki/Contributor-Guidelines