Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/authsignal/identity-server-example
Example integrating Authsignal with Duende Identity Server
https://github.com/authsignal/identity-server-example
authentication authsignal csharp dotnet duende identityserver mfa passkeys passwordless webauthn
Last synced: about 1 month ago
JSON representation
Example integrating Authsignal with Duende Identity Server
- Host: GitHub
- URL: https://github.com/authsignal/identity-server-example
- Owner: authsignal
- Created: 2023-10-01T21:15:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T01:31:47.000Z (about 2 months ago)
- Last Synced: 2024-11-06T02:30:56.288Z (about 2 months ago)
- Topics: authentication, authsignal, csharp, dotnet, duende, identityserver, mfa, passkeys, passwordless, webauthn
- Language: C#
- Homepage: https://docs.authsignal.com/integrations/identityserver
- Size: 1.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authsignal + IdentityServer Example
[Go here for the official integration guide on our docs site](https://docs.authsignal.com/integrations/identityserver)
## Overview
[Duende IdentityServer](https://duendesoftware.com/products/identityserver) is an ASP.NET Core framework for building your own login server in compliance with OpenID Connect and OAuth 2.0 standards.
This example shows how to integrate IdentityServer with Authsignal in 2 steps:
1. Adding MFA to a traditional username & password login flow
2. Allowing passkey login as an secure and user-friendly alternative to username & passwordAuthsignal can be used to facilitate both MFA on login (step 1) and passwordless login (step 2).
For the full step-by-step guide check out our [docs site](https://docs.authsignal.com/integrations/identityserver).