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

Updated MFA Provider Configuration (markdown)

Knut Ahlers 2018-12-28 23:31:00 +01:00
parent 8772b4c245
commit d6951d983b

@ -6,7 +6,7 @@ attributes:
<mapping of attributes> <mapping of attributes>
``` ```
## Google Authenticator ## 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!) 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!)
@ -20,7 +20,7 @@ attributes:
`otpauth://totp/Example:myusername?secret=myverysecretsecret` ([Docs](https://github.com/google/google-authenticator/wiki/Key-Uri-Format)) `otpauth://totp/Example:myusername?secret=myverysecretsecret` ([Docs](https://github.com/google/google-authenticator/wiki/Key-Uri-Format))
## Yubikey ## Yubikey (`yubikey`)
This provider needs a configuration to function correctly: This provider needs a configuration to function correctly: