Bearer token handling in CMIS integration

There are multiple ways to include a Bearer token in a request, depending on the client tool being used.

  • Option 1: Manual token retrieval

    Make a separate POST request to generate the Bearer token.

    This token must then be included in the repository onboarding POST request by setting the Authorization type to “Bearer token”, and pasting the token into the token field.

  • Option 2: Using OAuth 2.0 for automatic token generation

    • For the repository onboarding POST request, set the Authorization type to OAuth 2.0.

    • Under the “Configuration Options” tab, select “Configure New Token” to provide the necessary OAuth credentials.

An example of how to configure the API client is shown in the screenshot below: