authelia/test/suites/duo-push
Clement Michaud d09a307ff8 Fix redirection after 2FA method change.
Authelia was using links with href="#" that changed the URL when clicked
on. Therefore, this commit removes the href property and apply link style
to tags without href property.
2019-03-24 20:02:55 +01:00
..
scenarii Add Duo Push Notification option as 2FA. 2019-03-24 15:15:49 +01:00
README.md Add Duo Push Notification option as 2FA. 2019-03-24 15:15:49 +01:00
config.yml Add Duo Push Notification option as 2FA. 2019-03-24 15:15:49 +01:00
environment.ts Fix redirection after 2FA method change. 2019-03-24 20:02:55 +01:00
test.ts Add Duo Push Notification option as 2FA. 2019-03-24 15:15:49 +01:00
users_database.yml Add Duo Push Notification option as 2FA. 2019-03-24 15:15:49 +01:00

README.md

Duo Push Notification suite

This suite has been created to test Authelia against the Duo API for push notifications. It allows a user to validate second factor with a mobile phone.

Components

Authelia, nginx, Duo fake API

Tests

Test allowed and denied access via push notifications.