1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-11-09 18:00:04 +00:00

Updated MFA Provider Configuration (markdown)

Knut Ahlers 2018-12-28 23:59:41 +01:00
parent d6951d983b
commit 59dc10ba8b

@ -6,6 +6,26 @@ attributes:
<mapping of attributes>
```
## Duo
This provider needs a configuration to function correctly:
```yaml
mfa:
duo:
# Get your ikey / skey / host from https://duo.com/docs/duoweb#first-steps
ikey: "<IKEY>"
skey: "<SKEY>"
host: "<API HOST>"
user_agent: "nginx-sso"
```
The corresponding expected MFA configuration is as following:
```yaml
provider: duo
```
## Google Authenticator / TOTP (`google`)
The provider name here is `google` while the only supported argument at the moment is `secret`. The secret is what you need to provide to your users for them to add the config to their authenticator. (It MUST be base32 encoded!)