wso2-extensions / apim-km-azure-ad

Integrate Azure AD as a Third Party Key Manager for WSO2 API Manager
Apache License 2.0
3 stars 10 forks source link

Binding to graph API V1 #1

Closed hrandika closed 2 years ago

hrandika commented 2 years ago

Purpose

Binding Microsoft Graph API v1 to work with Azure AD.

Goals

Act Azure AD as the external key manger for WSO2 APIM (3.2.0 and later versions)

Approach

Implement API provided by org.wso2.carbon.apimgt.impl.AbstractKeyManager

Documentation

Reffer README.md

Automation tests

Security checks

Test environment

JDK 11

Learning

https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-create-new-tenant

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

tharindu1st commented 2 years ago

include spotbugs and checkstyle plugins https://github.com/wso2-extensions/apim-km-wso2is/blob/master/pom.xml#L61-L104 @hrandika

hrandika commented 2 years ago

PR updated with above changes

hrandika commented 2 years ago

updated the PR with request changes