https://github.com/athiththan11/apim-km-azure
External Key Manager Connector for Azure AD
https://github.com/athiththan11/apim-km-azure
azuread key-manager wso2 wso2-api-manager
Last synced: 2 months ago
JSON representation
External Key Manager Connector for Azure AD
- Host: GitHub
- URL: https://github.com/athiththan11/apim-km-azure
- Owner: athiththan11
- License: apache-2.0
- Created: 2022-03-18T16:27:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T09:37:56.000Z (about 3 years ago)
- Last Synced: 2025-01-01T07:27:10.514Z (4 months ago)
- Topics: azuread, key-manager, wso2, wso2-api-manager
- Language: Java
- Homepage:
- Size: 213 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Integrate Azure AD as a third-party Key Manager with WSO2 API Manager
Third-party Key Manager implementation which allows to integrate Azure AD with WSO2 API Manager. This repo contains a sample implementation that consumes the Microsoft's Graph API to create and manage Azure AD Applications.
> Kindly note that this implementation & feature is supported from WSO2 API Manager v3.2.0 onwards
[:construction:] Development in progress
## Build
Execute the following command from the project's root directory to build
```sh
mvn clean install
```## Quick Start
To get started, refer to [Integrate Azure AD with WSO2 API Manager](docs/README.md)
## Contributing
To contribute and develop the Azure AD Key Manager implementation, please fork the GitHub repository and send your pull-requests to [athiththan11/apim-km-azure](https://github.com/athiththan11/apim-km-azure)
## License
[Apache 2.0](LICENSE)