EN
Español
English
Português
    Manual Token Creation

    In the process of configuring the mail server for OAuth authentication, the authorization token is obtained automatically in the different Aranda applications. However, manual token generation will also be available for authentication issues.

    Manual Token Configuration

    1. To generate the manual token you must enter the Postman application.

    2. From the main menu after generating a collection, select the Authorization and in the Authorization Type field, select from the drop-down menu the OAuth 2.0



    3. In the Configure New Token, click the New Token; The form is enabled to register the following fields:



    Field Description
    Grant Type In this option you must select the Authorization code
    Callback URL Enter the url that the app is calling:

    - For the Aranda Service Management Case Creator: http://localhost
    - For the output server of the other Aranda products: https://localhost/smtp
    Auth URL Enter the authorization url
    Access Token URL Enter the url the token url
    Client ID Enter the customer ID
    Client Secret Enter the client’s secret value
    Scope Enter the required information:

    - For the Aranda Service Management Case Creator: offline_access https://outlook.office.com/SMTP.Send https://outlook.office.com/IMAP.AccessAsUser.All https://outlook.office.com/POP.AccessAsUser.All
    - For the output server of the other Aranda products: offline_access https://outlook.office.com/SMTP.Send
    Client Authentication In the drop-down menu use the default value (Send as Basic Auth header)


    4. Select the Get New Access Token, to generate the token (save the refresh_token for configuration).



    Note:After performing the configuration, the mailer will send the respective notification emails.