You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+54-43Lines changed: 54 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
-
# Microsoft Graph Auth SDK for Java
1
+
# Microsoft Graph Auth Preview SDK for Java
2
2
3
3
Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft Graph API](https://graph.microsoft.io/en-us/getting-started) into your Java application!
4
4
5
+
## Important Note about the Microsoft Graph Auth Preview SDK for Java
6
+
7
+
During the preview we may make changes to the API, and other mechanisms of this library, which you will be required to take along with bug fixes or feature improvements. This may impact your application. An API change may require you to update your code. When we provide the General Availability release we will require you to update to the General Availability version within six months, as applications written using a preview version of library may no longer work.
8
+
5
9
## 1. Installation
6
10
7
11
### 1.1 Install via Gradle
8
12
9
-
Add the repository and a compile dependency for `microsoft-graph` to your project's `build.gradle`:
13
+
Add the repository and a compile dependency for `microsoft-graph-auth` to your project's `build.gradle`:
10
14
11
15
```gradle
12
16
repository {
@@ -57,46 +61,42 @@ Add in `project`
57
61
58
62
Register your application by following the steps at [Register your app with the Azure AD v2.0 endpoint](https://developer.microsoft.com/en-us/graph/docs/concepts/auth_register_app_v2).
[Steps to get authorizationCode](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow#request-an-authorization-code)
0 commit comments