Skip to content

Commit 1265027

Browse files
committed
email accounts
1 parent 24afe2f commit 1265027

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ Add Microsoft authentication to your web app with an app registration and an Azu
1515

1616
## Easy auth for Azure web apps
1717

18-
[Easy auth](/azure/app-service/overview-authentication-authorization.md#feature-architecture-on-windows-non-container-deployment) allows your app to provide login to your users using their existing Microsoft account. The account doesn't have to have a particular domain name, such as `@microsoft.com` or `@outlook.com`. Any email domain works as long as the user has an existing Microsoft Identity account with that email address.
18+
[Easy auth](/azure/app-service/overview-authentication-authorization.md#feature-architecture-on-windows-non-container-deployment) allows your app to provide login to your users using their existing Microsoft account.
19+
20+
The account doesn't have to have a particular domain name. The account can include accounts such as:
21+
22+
* `@microsoft.com`
23+
* `@outlook.com`
24+
* `@yahoo.com`
25+
* `@gmail.com`
26+
27+
Any email domain works as long as the user has an existing Microsoft Identity account with that email address.
1928

2029
Users are held and authenticated by tenant. An Azure tenant represents a single organization. A tenant is a dedicated and trusted instance of [Azure Active Directory](/azure/active-directory/fundamentals/active-directory-whatis.md) that's automatically created when your organization signs up for a Microsoft cloud service subscription, such as Microsoft Azure, Microsoft Intune, or Microsoft 365.
2130

0 commit comments

Comments
 (0)