Technical Tip: How to provision FortiToken with a third-party 2FA app (Google, Microsoft Authenticator)
| Description | This article describes how to provision a mobile FortiToken with a third-party 2FA app, such as Google or Microsoft Authenticator, when the FortiToken Mobile app cannot be used or enforced.
|
| Scope | FortiAuthenticator v6.6.3 and newer, Mobile FortiToken. |
| Solution |
curl -k -v -u "api-adm:NlLLwXApSkRCrmrkg3TYV" -H 'Accept: application/json' "https://10.5.20.234/api/v1/localusers/?format=json&username=test_user3"
..."id": 95,..."username": "test_user3"}]}
curl -k -v -u "api-adm:NlLLwXApSkRCrmrkg3TYV" -X PATCH -d ' {"token_type":"ftm","token_auth":"true","token_serial":"FTKMOB444A28C1E8"}' -H 'Content-Type: application/json' https://10.5.20.234/api/v1/localusers/95/?returnseed=2
|




