Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athiththan11/apim-km-gluu
An External Key Manager implementation for Gluu Server
https://github.com/athiththan11/apim-km-gluu
gluu gluu-server key-manager wso2 wso2-api-manager
Last synced: 4 days ago
JSON representation
An External Key Manager implementation for Gluu Server
- Host: GitHub
- URL: https://github.com/athiththan11/apim-km-gluu
- Owner: athiththan11
- License: apache-2.0
- Created: 2020-09-06T08:13:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T18:09:10.000Z (over 3 years ago)
- Last Synced: 2024-11-08T15:00:08.003Z (about 2 months ago)
- Topics: gluu, gluu-server, key-manager, wso2, wso2-api-manager
- Language: Java
- Homepage:
- Size: 719 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Integrate Gluu as a Third-Party Key Manager with WSO2 API Manager
A third-party key manager implementation that allows to integrate the WSO2 API Developer portal with Gluu authorization server to manage OAuth clients and tokens required by WSO2 API Manager. This repo contains a sample key manager (client) implementation that consumes the APIs exposed by Gluu.
> Kindly note that this implementation & feature is supported from WSO2 API Manager v3.2.0 onwards
## Getting Started
To get started, please refer to [Integrate Gluu with WSO2 API Manager](docs/README.md).
## Build
The main (master) branch contains the code related to APIM 3.2.0 version. To build the project, execute the following command from the root directory of the project
```sh
mvn clean install
```Follow [Build & Deploy](docs/README.md#build--deploy) to deploy the JAR artifact in WSO2 API Manager server.
## Contributing
To contribute and develop the Gluu key manager implementation, please fork the GitHub repository and send your Pull-Requests to [athiththan11/apim-km-gluu](https://github.com/athiththan11/apim-km-gluu)
## License
[Apache 2.0](LICENSE)