Table of Contents

Yubikey Second Factor

Yubikey est un petit matériel d'authentification vendu par Yubico. Il envoie un mot-de-passe à valeur unique (OTP) qui est validé par un serveur Yubico.

Pré-requis et dépendances

Le paquet Auth::Yubikey_WebClient est nécessaire.

Un identifiant client et une clef secrète doivent être obtenues auprès de Yubico. Voir la page Yubico API.

Configuration

In the manager (second factors), you just have to enable it:

If you want to use a custom rule for “activation” and want to keep self-registration, you must include this in your rule: $_yubikeys, else Yubikey will be required even if users are not registered. This is automatically done when “activation” is simply set to “on”.

Provisioning

If you don't want to use self-registration, set public part of user's yubikey (12 first characters) in an attribute mapped to _yubikeys. Multiples values are allowed (space or comma separated).