Strong Customer Authentication/Highly Regulated Identity #383
lemonlion
started this conversation in
Feature requests
Replies: 1 comment 1 reply
|
Duende IdentityServer 7.3 supports the FAPI 2.0 Security Profile. The Strong Customer Authentication feature, part of PSD2, is about requiring multiple authentication factors such as a biometric aspect (fingerprint, Face ID), a push notification using an authenticator app or WebAuthn. Since Duende IdentityServer is an OAuth 2.0 and OpenID Connect SDK, it does not include any user-related authentication functionality like verifying passwords or asking for an additional authentication factor. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Are there any plans to introduce an equivalent of Auth0's Highly Regulated Identity feature, to be able to support Strong Customer Authentication? It's a key feature for Fintech companies, and they currently have to role their own messy implementations.
All reactions