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: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,14 +153,14 @@ The first thing that we need to do is to declare the unique [resource](https://d
153
153
- For this sample, accept the proposed Application ID URI (api://{clientId}) by selecting **Save**.
154
154
1. All Apis have to publish a minimum of one [scope](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow#request-an-authorization-code) for the client's to obtain an access token successfully. To publish a scope, follow the following steps:
155
155
- Select **Add a scope** button open the **Add a scope** screen and Enter the values as indicated below:
156
-
- For **Scope name**, use `access_as_user`.
157
-
- Select **Admins and users** options for **Who can consent?**
158
-
- For **Admin consent display name** type `Access TodoListService-ManualJwt`
159
-
- For **Admin consent description** type `Allows the app to access TodoListService-ManualJwt as the signed-in user.`
160
-
- For **User consent display name** type `Access TodoListService-ManualJwt`
161
-
- For **User consent description** type `Allow the application to access TodoListService-ManualJwt on your behalf.`
162
-
- Keep **State** as **Enabled**
163
-
- Click on the **Add scope** button on the bottom to save this scope.
156
+
- For **Scope name**, use `access_as_user`.
157
+
- Select **Admins and users** options for **Who can consent?**
158
+
- For **Admin consent display name** type `Access TodoListService-ManualJwt`
159
+
- For **Admin consent description** type `Allows the app to access TodoListService-ManualJwt as the signed-in user.`
160
+
- For **User consent display name** type `Access TodoListService-ManualJwt`
161
+
- For **User consent description** type `Allow the application to access TodoListService-ManualJwt on your behalf.`
162
+
- Keep **State** as **Enabled**
163
+
- Click on the **Add scope** button on the bottom to save this scope.
164
164
165
165
#### Register the client app (TodoListClient-ManualJwt)
0 commit comments