mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
a4cf2e675f
* it doesn't work with our current CSP * it's probably not used by anyone * it isn't in harmony with our security purposes * literally removes all use of it * suggestions from code review * remove useless test. Co-authored-by: Amir Zarrinkafsh <nightah@me.com> Co-authored-by: Clement Michaud <clement.michaud34@gmail.com>
669 B
669 B
layout | title | parent | nav_order |
---|---|---|---|
default | Duo Push Notifications | Configuration | 2 |
Duo Push Notifications
Authelia supports mobile push notifications relying on Duo.
Follow the instructions in the dedicated documentation to know how to set up push notifications in Authelia.
Configuration
The configuration is as follows:
duo_api:
hostname: api-123456789.example.com
integration_key: ABCDEF
secret_key: 1234567890abcdefghifjkl
The secret key is shown as an example, you also have the option to set it using an environment variable as described here.