You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: articles/quickstart/webapp/aspnet-owin/interactive.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ It is essential that you register both the cookie middleware and the OpenID Conn
55
55
56
56
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).
57
57
58
-
## Add login to your application {{{ data-action=code data-code="AccountController.cs#7:16" }}}
58
+
## Add login to your application {{{ data-action=code data-code="AccountController.cs#6:15" }}}
59
59
60
60
To allow users to log in to your ASP.NET OWIN application, add a `Login` action to your controller.
0 commit comments