Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openidentityplatform/openig
Open Identity Gateway (OpenIG) is a high-performance reverse proxy server with specialized session management and credential replay functionality.
https://github.com/openidentityplatform/openig
authorization gateway groovy-script oauth openam openid-connect openig opensso policy-agent replay reverse-proxy reverse-proxy-server rewrite saml saml2 sso throttling
Last synced: 2 days ago
JSON representation
Open Identity Gateway (OpenIG) is a high-performance reverse proxy server with specialized session management and credential replay functionality.
- Host: GitHub
- URL: https://github.com/openidentityplatform/openig
- Owner: OpenIdentityPlatform
- License: other
- Created: 2017-09-20T09:26:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T08:14:10.000Z (4 days ago)
- Last Synced: 2025-02-02T12:46:48.359Z (2 days ago)
- Topics: authorization, gateway, groovy-script, oauth, openam, openid-connect, openig, opensso, policy-agent, replay, reverse-proxy, reverse-proxy-server, rewrite, saml, saml2, sso, throttling
- Language: Java
- Homepage: https://www.openidentityplatform.org/openig
- Size: 7.92 MB
- Stars: 78
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
##
[![Latest release](https://img.shields.io/github/release/OpenIdentityPlatform/OpenIG.svg)](https://github.com/OpenIdentityPlatform/OpenIG/releases)
[![Build](https://github.com/OpenIdentityPlatform/OpenIG/actions/workflows/build.yml/badge.svg)](https://github.com/OpenIdentityPlatform/OpenIG/actions/workflows/build.yml)
[![Deploy](https://github.com/OpenIdentityPlatform/OpenIG/actions/workflows/deploy.yml/badge.svg)](https://github.com/OpenIdentityPlatform/OpenIG/actions/workflows/deploy.yml)
[![Issues](https://img.shields.io/github/issues/OpenIdentityPlatform/OpenIG.svg)](https://github.com/OpenIdentityPlatform/OpenIG/issues)
[![Last commit](https://img.shields.io/github/last-commit/OpenIdentityPlatform/OpenIG.svg)](https://github.com/OpenIdentityPlatform/OpenIG/commits/master)
[![License](https://img.shields.io/badge/license-CDDL-blue.svg)](https://github.com/OpenIdentityPlatform/OpenIG/blob/master/LICENSE.md)
[![Downloads](https://img.shields.io/github/downloads/OpenIdentityPlatform/OpenIG/total.svg)](https://github.com/OpenIdentityPlatform/OpenIG/releases)
[![Docker](https://img.shields.io/docker/pulls/openidentityplatform/openig.svg)](https://hub.docker.com/r/openidentityplatform/openig)
[![Top language](https://img.shields.io/github/languages/top/OpenIdentityPlatform/OpenIG.svg)](https://github.com/OpenIdentityPlatform/OpenIG)
[![Code size in bytes](https://img.shields.io/github/languages/code-size/OpenIdentityPlatform/OpenIG.svg)](https://github.com/OpenIdentityPlatform/OpenIG)The Open Identity Gateway (OpenIG) is a high-performance reverse proxy server with specialized session management and credential replay functionality.
OpenIG is an independent policy enforcement point that reduces the proliferation of passwords and ensures consistent, secure access across multiple web apps and APIs. OpenIG can leverage any standards-compliant identity provider to integrate into your current architecture. Single sign-on and sign-off improves the user experience and will vastly improve adoption rates and consumption of services provided.
* Extend SSO to any Application
* Federate Enabling Applications
* Implement Standards Based Policy Enforcement### How it Works
OpenIG is essentially a Java-based reverse proxy which runs as a web application. All HTTP traffic to each protected application is routed through OpenIG, enabling close inspection, transformation and filtering of each request. You can create new filters and handlers to modify the HTTP requests on their way through OpenIG, providing the ability to recognize login pages, submit login forms, transform or filter content, and even function as a Federation endpoint for the application. All these features are possible without making any changes to the application's deployment container or the application itself.OpenIG works together with [OpenAM](https://github.com/OpenIdentityPlatform/OpenAM/blob/master/README.md) to integrate Web applications without the need to
modify the target application or the container that it runs in.* Support for identity standards ([OAuth 2.0](https://tools.ietf.org/html/rfc6749), [OpenID Connect](http://openid.net/specs/openid-connect-core-1_0.html), [SAML 2.0](http://saml.xml.org/saml-specifications))
* Rate Limiting and Throttling
* ICAP Antivirus/DLP protection
* Application and API gateway concept
* Prepackaged SAML 2.0-based federation
* Password capture and replay
* Works with any identity provider, including OpenAM
* Single Sign-On and Single Log-Out
* 100% open source## License
This project is licensed under the [Common Development and Distribution License (CDDL)](https://github.com/OpenIdentityPlatform/OpenIG/blob/master/LICENSE.md).## Downloads
* [OpenIG WAR](https://github.com/OpenIdentityPlatform/OpenIG/releases) (All OS)
* [OpenIG Docker](https://hub.docker.com/r/openidentityplatform/openig/) (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/OpenIG.git
mvn install -f OpenIG
```## How-to run after build
```bash
mvn -f OpenIG/openig-war clean package cargo:run
```
The next step is then to go to [http://localhost:8080](http://localhost:8080) where you'll see the OpenIG welcome page.## Support
* OpenIG Community [documentation](https://github.com/OpenIdentityPlatform/OpenIG/wiki)
* OpenIG Community [discussions](https://github.com/OpenIdentityPlatform/OpenIG/discussions)
* OpenIG Community [issues](https://github.com/OpenIdentityPlatform/OpenIG/issues)
* OpenIG [commercial support](https://github.com/OpenIdentityPlatform/.github/wiki/Approved-Vendor-List)## Thanks 🥰
* Forgerock OpenIG## Contributing
Please, make [Pull request](https://github.com/OpenIdentityPlatform/OpenIG/pulls)