Bearer authentication - BlueCat Integrity - 9.5.0

Address Manager RESTful v2 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Authorization header

The Address Manager RESTful v2 API supports OAuth 2.0 authentication through Bearer Tokens. To authenticate using Bearer authentication, the Authorization header must specify the Bearer scheme followed by the access token provided by the authorization server.

Example header:

Authorization: Bearer {Token}

Configuring OAuth 2.0 via the Address Manager UI

OAuth 2.0 can be configured for the RESTful v2 API through the Address Manager user interface, in the same way it is configured for the v1 REST API. Refer to OAuth API authorization in the Address Manager Administration Guide for more information.

Configuring OAuth 2.0 via the /api/v2/authenticators endpoint

OAuth 2.0 can be configured directly through the RESTful v2 API with the /api/v2/authenticators endpoint. Refer to the RESTful v2 API OpenAPI (OAS3) document or Swagger UI for more information.