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/azure-spring-boot-starter-active-directory-b2c/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ accept or deny access after validating access_token obtained from Azure AD. We w
50
50
1. Accessing a resource server.
51
51
1. Resource server accessing other resource servers.
52
52
53
-

53
+

54
54
55
55
### Accessing a web application
56
56
@@ -72,7 +72,7 @@ This scenario uses the [The OAuth 2.0 authorization code grant] flow to login in
72
72
select **Delegated permissions**, check **offline_access** and **openid** permissions, select **Add permission** to complete the process.
73
73
74
74
1. Grant admin consent for ***Graph*** permissions.
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-boot-starter-active-directory/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ This scenario uses the [The OAuth 2.0 authorization code grant] flow to login in
32
32
33
33
**System diagram**:
34
34
35
-

35
+

36
36
37
37
38
38
* Step 1: Make sure `redirect URI` has been set to `{application-base-uri}/login/oauth2/code/`, for
39
39
example `http://localhost:8080/login/oauth2/code/`. Note the tailing `/` cannot be omitted.
* Step 1: Make sure `redirect URI` has been set, just like [Accessing a web application].
103
103
@@ -151,7 +151,7 @@ This scenario not support login. Just protect the server by validating the acces
151
151
152
152
**System diagram**:
153
153
154
-

154
+

155
155
156
156
To use **aad-starter** in this scenario, we need these steps:
157
157
@@ -180,8 +180,8 @@ To use **aad-starter** in this scenario, we need these steps:
180
180
```
181
181
Both `client-id` and `app-id-uri` can be used to verify access token. `app-id-uri` can be get in Azure Portal:
To use **aad-starter** in this scenario, we need these steps:
219
219
@@ -486,7 +486,7 @@ This starter supports [Conditional Access] policy. By using [Conditional Access]
486
486
487
487
In [Resource server visiting other resource server] scenario(For better description, we think that resource server with OBO function as **webapiA** and the other resource servers as **webapiB**), When we configure the webapiB application with Conditional Access(such as [multi-factor authentication]), this stater will help us send the Conditional Access information of the webapiA to the web application and the web application will help us complete the Conditional Access Policy. As shown below:
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-cloud-starter-eventhubs/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
## 2.3.0 (2021-03-22)
17
17
### New Features
18
18
- Upgrade to `Spring Boot`[2.4.3](https://github.com/spring-projects/spring-boot/releases/tag/v2.4.3).
19
-
- Upgrade to `azure-messaging-eventhubs`[5.6.0](https://github.com/azure-sdk/azure-sdk-for-java/blob/master/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md#560-2021-03-10).
19
+
- Upgrade to `azure-messaging-eventhubs`[5.6.0](https://github.com/azure-sdk/azure-sdk-for-java/blob/main/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md#560-2021-03-10).
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-cloud-stream-binder-eventhubs/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
## 2.3.0 (2021-03-22)
18
18
### New Features
19
19
- Upgrade to `Spring Boot`[2.4.3](https://github.com/spring-projects/spring-boot/releases/tag/v2.4.3).
20
-
- Upgrade to `azure-messaging-eventhubs`[5.6.0](https://github.com/azure-sdk/azure-sdk-for-java/blob/master/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md#560-2021-03-10).
20
+
- Upgrade to `azure-messaging-eventhubs`[5.6.0](https://github.com/azure-sdk/azure-sdk-for-java/blob/main/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md#560-2021-03-10).
0 commit comments