Skip to content

Commit 3640bca

Browse files
committed
remove bullet points in table
1 parent 1666766 commit 3640bca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/javascript/how-to/with-web-app/add-authentication-to-web-app.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,12 @@ Create and run an Express.js app by cloning an Azure sample repository.
108108
|Identity provider|Microsoft|
109109
|App registration type|Create new app registration|
110110
|Name|Keep the default name, which is the same as your app service.|
111-
|Supported account types|Select **Any Azure AD directory and personal Microsoft accounts**. This allows anyone within the Microsoft Identity provider to access your web app. Learn more about [these choices](/azure/active-directory/develop/single-and-multi-tenant-apps).
112-
113-
<br><br>The **Supported account types** indicate what type of user you expect and allow for your web app.<br>* If you want only users from your directory to sign in, select single tenant.<br> * If you want any to use their work or school account, choose multi-tenant.<br>* If you want anyone, choose **Any Azure AD directory & personal Microsoft accounts.|
111+
|Supported account types|Select **Any Azure AD directory and personal Microsoft accounts**. This allows anyone within the Microsoft Identity provider to access your web app. Learn more about [these choices](/azure/active-directory/develop/single-and-multi-tenant-apps).|
114112
|Authentication|Require authentication - this means your app isn't publicly available.|
115113
|Unauthenticated requests|Keep the default value of 302 not found.|
116114
| Redirect to|Keep the default value.|
117115
|Token store|Keep the default value.|
118116
119-
120-
121117
:::image type="content" source="../../media/app-service-easy-authentication/app-service-add-microsoft-identity-provider.png" alt-text="Configure Authentication for the Microsoft provider with a new app registration for any Azure AD Directory and personal account.":::
122118
123119
1. Select **Next** to view the permissions but do not make any changes.

0 commit comments

Comments
 (0)