Skip to content

Commit c9fac6b

Browse files
committed
Review comments
1 parent f67898f commit c9fac6b

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

articles/active-directory/external-identities/customers/how-to-register-ciam-app.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ During app registration, you specify the redirect URI. The redirect URI is the e
2424

2525
Azure AD for customers supports authentication for various modern application architectures, for example web app or single-page app. The interaction of each application type with the customer tenant is different, therefore, you must specify the type of application you want to register.
2626

27-
In this article, you’ll learn how to register an application in your customer tenant.
27+
In this article, you learn how to register an application in your customer tenant.
2828

2929
## Prerequisites
3030

@@ -56,7 +56,7 @@ The following steps show you how to register your SPA in the Microsoft Entra adm
5656

5757
1. In the **Register an application page** that appears, enter your application's registration information:
5858

59-
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example *ciam-client-app*.
59+
1. In the **Name** section, enter a meaningful application name that is displayed to users of the app, for example *ciam-client-app*.
6060

6161
1. Under **Supported account types**, select **Accounts in this organizational directory only**.
6262

@@ -75,7 +75,7 @@ This app signs in users. You can add delegated permissions to it, by following t
7575

7676
### Grant API permissions (optional):
7777

78-
If your SPA needs to call an API, you must grant your SPA API permissions so it can to call the API. You must also [register the web API](how-to-register-ciam-app.md?tabs=webapi) that you need to call.
78+
If your SPA needs to call an API, you must grant your SPA API permissions so it can call the API. You must also [register the web API](how-to-register-ciam-app.md?tabs=webapi) that you need to call.
7979

8080
[!INCLUDE [grant permisions for calling an API](../customers/includes/register-app/grant-api-permission-call-api.md)]
8181

@@ -109,7 +109,7 @@ The following steps show you how to register your web app in the Microsoft Entra
109109

110110
1. In the **Register an application page** that appears, enter your application's registration information:
111111

112-
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example *ciam-client-app*.
112+
1. In the **Name** section, enter a meaningful application name that is displayed to users of the app, for example *ciam-client-app*.
113113

114114
1. Under **Supported account types**, select **Accounts in this organizational directory only**.
115115

@@ -131,7 +131,7 @@ This app signs in users. You can add delegated permissions to it, by following t
131131

132132
### Grant API permissions (optional)
133133

134-
If your web app needs to call an API, you must grant your web app API permissions so it can to call the API. You must also [register the web API](how-to-register-ciam-app.md?tabs=webapi) that you need to call.
134+
If your web app needs to call an API, you must grant your web app API permissions so it can call the API. You must also [register the web API](how-to-register-ciam-app.md?tabs=webapi) that you need to call.
135135

136136
[!INCLUDE [grant permissions for calling an API](../customers/includes/register-app/grant-api-permission-call-api.md)]
137137

@@ -179,7 +179,7 @@ The following steps show you how to register your app in the Microsoft Entra adm
179179

180180
1. In the **Register an application page** that appears, enter your application's registration information:
181181

182-
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example *ciam-client-app*.
182+
1. In the **Name** section, enter a meaningful application name that is displayed to users of the app, for example *ciam-client-app*.
183183

184184
1. Under **Supported account types**, select **Accounts in this organizational directory only**.
185185

@@ -194,7 +194,7 @@ The following steps show you how to register your app in the Microsoft Entra adm
194194

195195
### Grant API permissions (optional)
196196

197-
If your mobile app needs to call an API, you must grant your mobile app API permissions so it can to call the API. You must also [register the web API](how-to-register-ciam-app.md?tabs=webapi) that you need to call.
197+
If your mobile app needs to call an API, you must grant your mobile app API permissions so it can call the API. You must also [register the web API](how-to-register-ciam-app.md?tabs=webapi) that you need to call.
198198
[!INCLUDE [grant permissions for calling an API](../customers/includes/register-app/grant-api-permission-call-api.md)]
199199

200200
## Next steps

articles/active-directory/external-identities/customers/how-to-web-app-node-sign-in-call-api-sign-in-acquire-access-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The `/` route is the entry point to the application. It renders the `views/index
119119
120120
1. In your code editor, open *auth/AuthProvider.js* file, then add the code from [AuthProvider.js](https://github.com/Azure-Samples/ms-identity-ciam-javascript-tutorial/blob/main/2-Authorization/4-call-api-express/App/auth/AuthProvider.js) to it.
121121
122-
The `/signin`, `/signout` and `/redirect` routes are defined in the *routes/auth.js* file, but their logic live in *auth/AuthProvider.js* file.
122+
The `/signin`, `/signout` and `/redirect` routes are defined in the *routes/auth.js* file, but you implement their logic in *auth/AuthProvider.js* file.
123123
124124
- The `login` method handles`/signin` route:
125125

articles/active-directory/external-identities/customers/includes/register-app/add-api-scopes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An API needs to publish a minimum of one scope, also called [Delegated Permissio
1616

1717
1. Under **Scopes defined by this API**, select **Add a scope**.
1818

19-
1. Enter the following values that defines a read access to the API, then select **Add scope** to save your changes:
19+
1. Enter the following values that define a read access to the API, then select **Add scope** to save your changes:
2020

2121

2222
| Property | Value |
@@ -27,7 +27,7 @@ An API needs to publish a minimum of one scope, also called [Delegated Permissio
2727
| Admin consent description | *Allow the app to read the user's ToDo list using the 'TodoListApi'*. |
2828
| State | **Enabled** |
2929

30-
1. Select **Add a scope** again, and enter the following values for the second scope that defines a read and write access to the API. Select **Add scope** to save your changes:
30+
1. Select **Add a scope** again, and enter the following values that define a read and write access scope to the API. Select **Add scope** to save your changes:
3131

3232
| Property | Value |
3333
|----------|-------|

articles/active-directory/external-identities/customers/includes/register-app/register-client-app-common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The following steps show you how to register your app in the Microsoft Entra adm
2323
1. Select **+ New registration**.
2424
1. In the **Register an application** page that appears;
2525

26-
1. Enter a meaningful application **Name** that will be displayed to users of the app, for example *ciam-client-app*.
26+
1. Enter a meaningful application **Name** that is displayed to users of the app, for example *ciam-client-app*.
2727
1. Under **Supported account types**, select **Accounts in this organizational directory only**.
2828

2929
1. Select **Register**.
30-
1. The application's **Overview** pane will displays upon successful registration. Record the **Application (client) ID** to be used in your application source code.
30+
1. The application's **Overview** pane displays upon successful registration. Record the **Application (client) ID** to be used in your application source code.

articles/active-directory/external-identities/customers/tutorial-web-app-node-sign-in-sign-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The `/` route is the entry point to the application. It renders the *views/index
130130

131131
1. In your code editor, open *auth/AuthProvider.js* file, then add the code from [AuthProvider.js](https://github.com/Azure-Samples/ms-identity-ciam-javascript-tutorial/blob/main/1-Authentication/5-sign-in-express/App/auth/AuthProvider.js) to it.
132132

133-
The `/signin`, `/signout` and `/redirect` routes are defined in the *routes/auth.js* file, but their logic live in the *auth/AuthProvider.js* class.
133+
The `/signin`, `/signout` and `/redirect` routes are defined in the *routes/auth.js* file, but you implement their logic in the *auth/AuthProvider.js* class.
134134

135135
- The `login` method handles `/signin` route:
136136

0 commit comments

Comments
 (0)