|
1 | 1 | # Microsoft Authentication Library (MSAL) for Java
|
2 | 2 |
|
| 3 | +`master` branch | `dev` branch | Reference Docs |
| 4 | +--------------------|-----------------|--------------- |
| 5 | +[](https://identitydivision.visualstudio.com/IDDP/_build/latest?definitionId=762) | [](https://identitydivision.visualstudio.com/IDDP/_build/latest?definitionId=762)| [](http://javadoc.io/doc/com.microsoft.azure/adal4j) |
| 6 | + |
| 7 | +|[Getting Started](https://github.com/AzureAD/microsoft-authentication-library-for-java/wiki)| [Docs](https://aka.ms/aaddev)| [Support](README.md#community-help-and-support) |
| 8 | +| --- | --- | --- | |
| 9 | + |
3 | 10 | The MSAL library for Java gives your app the ability to begin using the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft Accounts in a converged experience using industry standard OAuth2 and OpenID Connect.
|
4 | 11 |
|
| 12 | + |
| 13 | +## Versions |
| 14 | +Current version - 0.2.0-preview |
| 15 | + |
| 16 | +You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt). |
| 17 | + |
5 | 18 | The library is currently in preview. During the preview we reserve the right to make changes to the API, cache format, and other mechanisms of this library without notice which you will be required to take along with bug fixes or feature improvements
|
6 | 19 | ## Contribution
|
| 20 | + |
7 | 21 | This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
|
8 | 22 | When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
|
9 | 23 | This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
|
| 24 | + |
| 25 | + |
| 26 | +## Build and Run |
| 27 | + |
| 28 | +Refer [this page](https://github.com/AzureAD/microsoft-authentication-library-for-java/wiki/Maven) |
| 29 | + |
| 30 | +## Samples and Documentation |
| 31 | + |
| 32 | +We provide a [full suite of sample applications](https://github.com/Azure-Samples) and [documentation](https://aka.ms/aaddev) to help you get started with learning the Azure Identity system. This includes tutorials for native clients such as Windows, Windows Phone, iOS, macOS, Android, and Linux. We also provide full walkthroughs for authentication flows such as OAuth2, OpenID Connect, Graph API, and other awesome features. |
| 33 | + |
| 34 | +## Community Help and Support |
| 35 | + |
| 36 | +We leverage [Stack Overflow](http://stackoverflow.com/) to work with the community on supporting Azure Active Directory and its SDKs, including this one! We highly recommend you ask your questions on Stack Overflow (we're all on there!) Also browser existing issues to see if someone has had your question before. |
| 37 | + |
| 38 | +We recommend you use the "msal" tag so we can see it! Here is the latest Q&A on Stack Overflow for MSAL: [http://stackoverflow.com/questions/tagged/msal](http://stackoverflow.com/questions/tagged/msal) |
| 39 | + |
| 40 | +## Security Reporting |
| 41 | + |
| 42 | +If you find a security issue with our libraries or services please report it to [[email protected]](mailto:[email protected]) with as much detail as possible. Your submission may be eligible for a bounty through the [Microsoft Bounty ](http://aka.ms/bugbounty) program. Please do not post security issues to GitHub Issues or any other public site. We will contact you shortly upon receiving the information. We encourage you to get notifications of when security incidents occur by visiting [this page ](https://technet.microsoft.com/en-us/security/dd252948) and subscribing to Security Advisory Alerts. |
| 43 | + |
| 44 | +## We Value and Adhere to the Microsoft Open Source Code of Conduct |
| 45 | + |
| 46 | +This project has adopted the [Microsoft Open Source Code of Conduct ](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
0 commit comments