Skip to content

Commit ddf69df

Browse files
author
Tiago Brenck
authored
Fixed broke indentation
1 parent eb3df04 commit ddf69df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ The first thing that we need to do is to declare the unique [resource](https://d
153153
- For this sample, accept the proposed Application ID URI (api://{clientId}) by selecting **Save**.
154154
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:
155155
- 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.
164164

165165
#### Register the client app (TodoListClient-ManualJwt)
166166

0 commit comments

Comments
 (0)