Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 750 Bytes

FIDO2-WebAuthn-Authentication-Registration-LDAP.md

File metadata and controls

20 lines (14 loc) · 750 Bytes
layout title category
default
CAS - FIDO2 WebAuthn Multifactor Authentication
Multifactor Authentication

{% include variables.html %}

LDAP FIDO2 WebAuthn Multifactor Registration

Device registrations may be kept inside LDAP directories by including the following module in the WAR overlay:

{% include_cached casmodule.html group="org.apereo.cas" module="cas-server-support-webauthn-ldap" %}

Device registration records are kept inside a designated configurable multi-valued attribute as JSON blobs. The attribute values are parsed to load, save, update or delete accounts. The content of each attribute value can be signed/encrypted if necessary.

{% include_cached casproperties.html properties="cas.authn.mfa.web-authn.ldap" %}