2.5 KiB
title | description | lead | date | draft | images | menu | weight | toc | aliases | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Duo / Mobile Push | Authelia utilizes Duo Push Notifications as one of it's second factor authentication methods. | Authelia utilizes Duo Push Notifications as one of it's second factor authentication methods. | 2022-06-15T17:51:47+10:00 | false |
|
250 | true |
|
Mobile Push notifications are a really convenient and trendy method to perform 2FA. When 2FA is required Authelia sends a notification directly to an application on your mobile phone where you can instantly choose to accept or deny.
Authelia leverages Duo third party to provide this feature.
{{< figure src="duo-push-1.jpg" caption="The Duo Mobile Push authorization notification" alt="The Duo Mobile Push authorization notification" width=200 >}}
{{< figure src="duo-push-2.png" caption="The Duo Mobile Push authorization consent view" alt="The Duo Mobile Push authorization consent view" width=200 >}}
First, sign up on their website, log in, create a user account and attach it a mobile device. Beware that the name of the user must match the name of the user in Authelia, or must have an alias that matches the user in Authelia.
Then, in Duo interface, click on Applications and Protect an Application. Select the option Partner Auth API. This will generate an integration key, a secret key and a hostname. You can set the name of the application to Authelia and then you must add the generated information to Authelia configuration.
See the configuration documentation for more details.
Now that Authelia is configured, pass the first factor and select the Push notification option.
{{< figure src="2FA-PUSH.png" caption="The Mobile Push 2FA view" alt="The Mobile Push 2FA view" width=400 >}}
You should now receive a notification on your mobile phone with all the details about the authentication request. In case you have multiple devices available, you will be asked to select your preferred device.
FAQ
Why don't I have access to the Push Notification option?
It's likely that you have not configured Authelia correctly. Please read this documentation again and be sure you had a look at {{< github-link path="config.template.yml" >}} and configuration documentation.