Skip to content

Commit a137f4e

Browse files
committed
Updating the index.html file
1 parent a6179de commit a137f4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

3-WebApp-multi-APIs/Views/Home/Index.cshtml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
}
44

55
<h1>
6-
Integrating Azure AD V2 into an ASP.NET Core web app and calling the Microsoft Graph API on behalf of the user
6+
Integrating Azure AD V2 into an ASP.NET Core web app and calling the Microsoft Graph API, ARM and Azure Storage on behalf of the user
77
</h1>
88
<p>
9-
This sample shows how to build a .NET Core 2.1 MVC Web app that uses OpenID Connect to sign in users. Users can use personal accounts (including outlook.com, live.com, and others) as well as work and school accounts from any company or organization that has integrated with Azure Active Directory. It leverages the ASP.NET Core OpenID Connect middleware.
9+
This sample shows how to build a .NET Core 2.1 MVC Web app that uses OpenID Connect to sign in users. Users can use personal accounts (including outlook.com, live.com, and others) as well as work and school accounts from any company or organization that has integrated with Azure Active Directory. It leverages the ASP.NET Core OpenID Connect middleware
10+
and MSAL.NET.
1011
</p>
11-
<img src="https://github.com/snobu/active-directory-aspnetcore-webapp-openidconnect-v2/raw/cachefix/ReadmeFiles/sign-in.png"/>
12+
<img src="https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/raw/master/3-WebApp-multi-APIs/ReadmeFiles/architecture.png"/>

0 commit comments

Comments
 (0)