This article explains how to set up Multiple Authentication methods for a tenant. This will allow end-users to select the method they should authenticate with.
Prerequisites
|
Configuration
After the Multiple Authentication Methods module has been enabled, you will be instructed to give the existing method a Login button name that is recognizable for the end-users to identify as their authentication method.
- Click Edit details
- Provide a Login button name
- Click Save
Adding additional authentication methods
After the existing authentication method has been given a user-friendly login button name, it is possible to add new authentication method.
- Click on Add authentication method
- Type in the name of the Authentication method id
- Type in the name of the Login button name
- Choose the desired authentication method type
- Set up the chosen authentication method type
- Confirm the validity of the information
- Click Save
Note
|
Templafy Desktop and multiple authentication methods
The first time an end-user logs into Templafy Desktop, they will be met with the screen where they will be asked to select their authentication method. When the end-user logs into Templafy Desktop successfully, the application will try to reauthenticate using the previously selected authentication method. This process, whereby the step of choosing an authentication method is skipped based on the end-user, is repeated until the end-user manually logs out of the desktop application.
Having an end-user select an authentication method can be avoided altogether by deploying Templafy with the AuthenticationMethod
parameter.
MSIEXEC /i TemplafyDesktop.[tenant].msi AUTHENTICATIONMETHOD="AuthenticationMethodId" ALLUSERS="1"
If Templafy Desktop has already been deployed to the end-users' machines without the AuthenticationMethod
parameter, a registry key can be distributed or created manually.
[HKEY_CURRENT_USER\SOFTWARE\Templafy]
"AuthenticationMethod"="AuthenticationMethodId"
Templafy Web App, Web Add-ins, and Connectors with multiple authentication methods
In a browser, Templafy will remember the selection of the authentication method by the end-user until the cookie expires or the cache/cookies have been cleared. When the token expires, end-users will be prompted to select their login method again.
It is also possible to target a specific authentication method in the browser with the following URL:
https://tenant.templafy.com/auth/sign-in/?authenticationMethodId=<AuthenticationMethodID>&returnUrl=https://tenant.templafy.com
Comments
Article is closed for comments.