Skip to content

Commit 81126a6

Browse files
committed
Updating the README.md with a breaking changes section
1 parent ec18b4d commit 81126a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Microsoft.Identity.Web/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This library contains a set of reusable classes useful in ASP.NET Core:
99

1010
to enable them to work with the Microsoft identity platform (formerly named Azure AD v2.0 endpoint). In the library, web apps and protected web APIs are collectively referred to as web resources.
1111

12+
13+
## Breaking changes
14+
15+
If you've been using Microsoft.Identity.Web in your project you might want to know that, on 12/05/2019, a number of APIs are renamed to be consistent:
16+
.AddMicrosoftIdentityPlatformAuthentication => AddSignIn
17+
.AddMsal => .AddWebAppCallsProtectedWebApi
18+
.AddProtectedWebApiCallsWebAPis => AddProtectedWebApiCallsProtectedWebAPi
19+
1220
## Web apps
1321

1422
As of today, ASP.NET Core web apps templates (`dot net new mvc -auth`) create web apps that sign in users with the Azure AD v1.0 endpoint (allowing to sign in users with their organizational accounts, also named *Work or school accounts*). This library brings `ServiceCollection` extension methods to be used in the ASP.NET Core web app **Startup.cs** file to enable the web app to sign in users with the Microsoft identity platform (formerly Azure AD v2.0 endpoint), and, optionally enable the web app to call APIs on behalf of the signed-in user.

0 commit comments

Comments
 (0)