Azure Active Directory(AD) is Microsoft’s multi-tenant, cloud-based directory and identity management service. It provides capabilities to enable Single Sign-On (SSO), multi-factor authentication, self-service password reset, privileged identity management, role-based access control, etc., to first and third-party Software as a Service (SaaS) applications.
Azure AD Connector allows you to perform operations on users and groups in an Azure AD using the v1.0 version of Microsoft Graph API. The client supports OAuth 2.0 authentication.
For more information, see module(s).
- Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle JDK.
Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
- Download and install Ballerina Swan Lake
Execute the following commands to build from the source:
- To build the package:
bal build ./ballerina
- To run tests after build:
bal test ./ballerina
As an open source project, Ballerina welcomes contributions from the community.
For more information, see contribution guidelines.
All contributors are encouraged to read the Ballerina Code of Conduct.
- Discuss code changes of the Ballerina project via [email protected].
- Chat live with us via our Discord server.
- Post all technical questions on Stack Overflow with the #ballerina tag.