Go here for the official integration guide on our docs site
Duende 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:
- Adding MFA to a traditional username & password login flow
- Allowing passkey login as an secure and user-friendly alternative to username & password
Authsignal 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.