Skip to content

Commit abbe001

Browse files
authored
Merge pull request #80 from rwike77/patch-3
Branding updates
2 parents fb31984 + d701a3c commit abbe001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Identity.Web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This library contains a set of reusable classes useful in Web Applications and W
55
The library contains helper classes to:
66

77
- **Bootstrap the web resource from the Startup.cs file** in your web application by just calling a few methods
8-
- `AddAzureAdV2Authentication` to add authentication with the Microsoft Identity platform (AAD v2.0), including managing the authority validation.
8+
- `AddAzureAdV2Authentication` to add authentication with the Microsoft Identity platform, including managing the authority validation.
99

1010
```CSharp
1111
services.AddAzureAdV2Authentication();
@@ -22,7 +22,7 @@ The library contains helper classes to:
2222
![image](https://user-images.githubusercontent.com/13203188/53899064-a100ab80-4039-11e9-8869-fa9cffcd345a.png)
2323
2424
- Protect Web resources (in the `Resources` folder)
25-
- `AadIssuerValidator` is used to validate the issuer in multi-tenant applications, taking into account the aliases for authorities exising in Azure AD. This class works both for Azure AD v1.0 and Microsoft Identity platform v2.0 web resources. You should not need to use it directly, as it's used by `AddAzureAdV2Authentication`
25+
- `AadIssuerValidator` is used to validate the issuer in multi-tenant applications, taking into account the aliases for authorities exising in Azure AD. This class works both for Azure AD v1.0 and Microsoft identity platform web resources. You should not need to use it directly, as it's used by `AddAzureAdV2Authentication`
2626
- `OpenIdConnectMiddlewareDiagnostics` helps you understand what happens in the Open Id Connect Middleware. This is a diagnostics class that can help you troubleshooting your Web apps.
2727
- `ClaimsPrincipalExtensions` provides a set of extension methods on `ClaimsPrincipal` helping getting information from the signed-in user. It's used in the other classes of the libraries.
2828

0 commit comments

Comments
 (0)