mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-11-09 18:00:04 +00:00
Updated MFA Provider Configuration (markdown)
parent
8772b4c245
commit
d6951d983b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ 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!)
|
||||
|
||||
|
@ -20,7 +20,7 @@ attributes:
|
|||
|
||||
`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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue