Skip to content

Commit

Permalink
Update ASPNET Owin highlighting (#10476)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Oct 24, 2024
1 parent 259ec83 commit 7548391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/quickstart/webapp/aspnet-owin/interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7548391

Please sign in to comment.