Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies committed Jul 5, 2024
1 parent 9dd8acc commit bd4ada1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ navbar-links:
- Javascript - Vanilla: getting_started/javascript_spa
- Python - FastAPI: https://github.com/passwordless-id/fast-api-demo
- Java - Spring Boot: https://github.com/passwordless-id/spring-boot-demo
- .Net / C#: getting_started/dot_net
- C# - ASP.NET: getting_started/dot_net
- Want more?: getting_started/want_more
Docs:
- The "big picture": docs/1_big_picture
Expand Down
10 changes: 4 additions & 6 deletions getting_started/dot_net.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Getting started with .Net
=========================
Getting started with ASP.NET
============================

> Contributed by [@moberauer](https://github.com/moberauer)
# Passwordless.ID - ASP.NET Core Demo
This [example repository](https://github.com/moberauer/passwordless.id-ASP.NET-Core-Demo) shows an integration between [ASP.NET Core](https://dotnet.microsoft.com/en-us/apps/aspnet) and [Passwordless.ID](https://passwordless.id).

> This [example repository](https://github.com/moberauer/passwordless.id-ASP.NET-Core-Demo) shows an integration between [ASP.NET Core](https://dotnet.microsoft.com/en-us/apps/aspnet) and [Passwordless.ID](https://passwordless.id).
>
> The project uses the .NET web sdk and just one NuGet package needs to be installed: `Microsoft.AspNetCore.Authentication.OpenIdConnect`
The project uses the .NET web sdk and just one NuGet package needs to be installed: `Microsoft.AspNetCore.Authentication.OpenIdConnect`

Using the OpenIdConnect SDK, set the default authentication scheme to OpenId, configure it to use the authoriozation code flow, the clientId and the metadata address provided by [Passwordless.ID](https://passwordless.id). Then we also add an external cookie scheme to store the user information once sign in via [Passwordless.ID](https://passwordless.id) was successful.

Expand Down

0 comments on commit bd4ada1

Please sign in to comment.