Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

All credentials is configured in the credentials section.

These types are supported:

  1. Basic Auth

  2. Bearer Token

  3. OAuth 2

To come soon is:

  1. JWT

How to create a Basic Authentication

  1. Click CREATE NEW button on the top right corner.

  2. Select Basic Authentication

  3. Enter a Name that you can refer to in the integrations.
    Note. the Name can be anything, it does not have to be the actual username

  4. Click Create, this will open the page where the username and password can be filled in

  5. Enter username

  6. Enter password

  7. Click Save.

How to create a Bearer Token

  1. Click CREATE NEW button on the top right corner.

  2. Select Bearer Token

  3. Enter a Name that you can refer to in the integrations.
    Note. the Name can be anything, it does not have to be the actual token

  4. Click Create, this will open the page where the bearer token can be filled in

  5. Enter Token

  6. Click Save.

How to create a OAuth 2

  1. Click CREATE NEW button on the top right corner.

  2. Select OAuth Authentication

  3. Enter a Name that you can refer to in the integrations.
    Note. the Name can be anything, it does not have to be the actual username

  4. Click Create, this will open the page where the OAuth 2 details can be filled in

  5. Select OAuth2 type, we support these grant types

    1. Authorization Code (prefered)

    2. Resource owner and password

    3. Client credential

  6. Enter the other OAuth 2 details that can comes from the external system that you will connect to.

  7. Click Save.

Example Jira OAuth2 connection guide

  • No labels