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
Copy file name to clipboardExpand all lines: sdk/spring/ENVIRONMENT_CHECKLIST.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ We **highly recommend** you refer to the `README.md` files of the released versi
13
13
Here are the steps to get `README.md` files of the released version:
14
14
15
15
1. On GitHub, navigate to the main page of the repository.
16
-
1. Click the `master` button, then click `Tags`.
16
+
1. Click the `main` button, then click `Tags`.
17
17
1. In the "Find a tag" text box, input and enter the module name you want to search, such as `azure-spring-boot-starter-xxx`.
18
18

19
19
1. Click one of the searched tags. (You will find that the address in your browser bar changes to that specific version. You can manually edit the address with other versions, then quickly switch to other versions.)
A `web application` is any web based application that allows user to login, whereas a `resource server` will either accept or deny access after validating access_token. We will cover 4 scenarios in this guide:
@@ -43,20 +53,17 @@ example `http://localhost:8080/login/oauth2/code/`. Note the tailing `/` cannot
43
53
44
54
* Step 2: Add the following dependencies in your pom.xml.
[Accessing a web application]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot-starter-active-directory#accessing-a-web-application
0 commit comments