Hardware token
Sorry quick question, if most of my AD sync'ed users are using MS Authenticator for TOTP, can i have one users which uses a hardware token, i.e. Feitian c200 for example?
This discussion has been closed.
Comments
yes you can using this command to create your Feitian token:
multiotp -import tokens_definition_file [key|pass|key_file]
Then this command to list your token
multiotp -tokenslist
Then this command to assign the created token to the user
multiotp -assign-token user token-id
Best regards