Creating Auth Tokens for a Roving Edge Infrastructure Device

Describes how to create an auth token credential for a user on your Roving Edge Infrastructure device.

If you are an administrator creating an auth token for another user, you need to securely deliver it to the user by providing it verbally, printing it out, or sending it through a secure email service.

    1. Open the navigation menu and select Identity Management > Users. The Users page appears. All users are listed in tabular form.

    2. Click the user for which you want to create an auth token. The user's Details page appears.

    3. Click Auth Tokens under Resources. The Auth Tokens page appears. All auth tokens are listed in tabular form.

    4. Click Generate Token. The Generate Token dialog box appears.

    5. Enter a Description that indicates what this token is for, for example, "Swift password token."

    6. Click Generate Token. The new token string is displayed.

    7. Copy the token string immediately, because you cannot retrieve it again after closing the Generate Token dialog box.

  • Use the oci iam auth-token create command and required parameters to create an auth token credential for a user on your Roving Edge Infrastructure devices:

    oci iam auth-token create --user-id user_ocid --description description [OPTIONS]

    Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.

    For set up information regarding CLIs on your Roving Edge Infrastructure device, see Using the Command Line Interface.

  • Run the CreateAuthToken operation to create an auth token credential for a user on your Roving Edge Infrastructure devices.