From 71b1dfcd23016a6dc93161b868522afb3c366a4f Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 24 Oct 2024 09:43:08 +0200 Subject: [PATCH] Update ASPNET Owin highlighting --- articles/quickstart/webapp/aspnet-owin/interactive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/quickstart/webapp/aspnet-owin/interactive.md b/articles/quickstart/webapp/aspnet-owin/interactive.md index da317fc128..f54465e77b 100644 --- a/articles/quickstart/webapp/aspnet-owin/interactive.md +++ b/articles/quickstart/webapp/aspnet-owin/interactive.md @@ -55,7 +55,7 @@ It is essential that you register both the cookie middleware and the OpenID Conn In the code snippet, `AuthenticationType` is set to **Auth0**. Use `AuthenticationType` in the next section to challenge the OpenID Connect middleware and start the authentication flow. `RedirectToIdentityProvider` notification event constructs the correct [logout URL](/logout). -## Add login to your application {{{ data-action=code data-code="AccountController.cs#7:16" }}} +## Add login to your application {{{ data-action=code data-code="AccountController.cs#6:15" }}} To allow users to log in to your ASP.NET OWIN application, add a `Login` action to your controller.