Update Authentication Provider URL on the "Multi-factor Authenticatio… (#532)

This commit is contained in:
Jeff Rescignano 2020-05-17 09:38:34 -04:00 committed by GitHub
parent bbe386ecd8
commit bbfe408f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
title: "Multi-factor Authentication Modules"
---
Multi-factor Authentication Modules are used in conjunction with [Authentication Provider](auth_auth_provider.html) to provide a fully configurable authentication framework. Each MFA module may provide one multi-factor authentication function. User can enable multiple mfa modules, but can only select one module in login process.
Multi-factor Authentication Modules are used in conjunction with [Authentication Provider](/docs/auth_auth_provider/) to provide a fully configurable authentication framework. Each MFA module may provide one multi-factor authentication function. User can enable multiple mfa modules, but can only select one module in login process.
## Defining an mfa auth module