Skip to content

Commit 4d52aaf

Browse files
committed
Merge edit profile into 1.5
2 parents febf801 + 0967317 commit 4d52aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-WebApp-OIDC/1-5-B2C/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If your web site needs to be accessed from users using iOS 12, you probably want
109109
## About The code
110110

111111
#### Where is MSAL?
112-
This sample does NOT use MSAL - it uses the built-in ASP.NET Core middlerware. MSAL is used for fetching access for accessing protected APIs (not shown here), as well as ID tokens. For logging-in purposes, it is sufficient to obtain an ID Token, and the middlerware is capable of doing this on its own.
112+
This sample does NOT use MSAL as it only signs-in users (it does not call a Web API). It uses the built-in ASP.NET Core middleware. MSAL is used for fetching access for accessing protected APIs (not shown here), as well as ID tokens. For logging-in purposes, it is sufficient to obtain an ID Token, and the middleware is capable of doing this on its own.
113113

114114
#### Where is the Account controller?
115115
The `AccountController.cs` used in this sample is part of the built-in .NET Core authentication controllers found in the NuGet package `Microsoft.AspNetCore.Authentication.AzureADB2C.UI`, and you can find its implementation [here](https://github.com/aspnet/AspNetCore/blob/master/src/Azure/AzureAD/Authentication.AzureADB2C.UI/src/Areas/AzureADB2C/Controllers/AccountController.cs). If you want to customize the **Sign-in**, **Sign-up** or **Sign-out** actions, you are encouraged to create your own controller.

0 commit comments

Comments
 (0)