Skip to content

Commit d709a91

Browse files
Update ws-federation.md (#18147)
1 parent 1dc5a14 commit d709a91

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aspnetcore/security/authentication/ws-federation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ uid: security/authentication/ws-federation
1010
---
1111
# Authenticate users with WS-Federation in ASP.NET Core
1212

13-
This tutorial demonstrates how to enable users to sign in with a WS-Federation authentication provider like Active Directory Federation Services (ADFS) or [Azure Active Directory](/azure/active-directory/) (AAD). It uses the ASP.NET Core 2.0 sample app described in [Facebook, Google, and external provider authentication](xref:security/authentication/social/index).
13+
This tutorial demonstrates how to enable users to sign in with a WS-Federation authentication provider like Active Directory Federation Services (ADFS) or [Azure Active Directory](/azure/active-directory/) (AAD). It uses the ASP.NET Core sample app described in [Facebook, Google, and external provider authentication](xref:security/authentication/social/index).
1414

15-
For ASP.NET Core 2.0 apps, WS-Federation support is provided by [Microsoft.AspNetCore.Authentication.WsFederation](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.WsFederation). This component is ported from [Microsoft.Owin.Security.WsFederation](https://www.nuget.org/packages/Microsoft.Owin.Security.WsFederation) and shares many of that component's mechanics. However, the components differ in a couple of important ways.
15+
For ASP.NET Core apps, WS-Federation support is provided by [Microsoft.AspNetCore.Authentication.WsFederation](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.WsFederation). This component is ported from [Microsoft.Owin.Security.WsFederation](https://www.nuget.org/packages/Microsoft.Owin.Security.WsFederation) and shares many of that component's mechanics. However, the components differ in a couple of important ways.
1616

1717
By default, the new middleware:
1818

@@ -113,4 +113,4 @@ With Azure Active Directory as the provider, the button redirects to an AAD sign
113113
![AAD sign-in page](ws-federation/_static/AadSignIn.png)
114114

115115
A successful sign-in for a new user redirects to the app's user registration page:
116-
![Register page](ws-federation/_static/Register.png)
116+
![Register page](ws-federation/_static/Register.png)

0 commit comments

Comments
 (0)