add-auth-factor-access-token
Create an access token for an existing user. This actions displays the Access Token on the console. Note that afterwards the Access Token will not be displayed anymore. This option can use the -q <quiet> option to reduce the console output to its strict minimum.
Syntax:
shell
sfiler-admin [options] add-auth-factor-access-token [command options]
Command options | Required/Optional | Description |
---|---|---|
-n | Required | The name of the user for whom the authentication token will be generated. |
-atn | Required | The name of the authentication token. |
Example:
shell
sfiler-admin.exe -l sfiler-master -p 01234 -s https://www.sfiler.com/sfiler/server/ add-auth-factor-access-token -atn "My Secure Token" -n "my-user"