Authentication

This section describes how to authenticate all requests on the server.

All requests to the server must authenticate using the Authentication header as defined in RFC-7235. The ECC server supports two authentication methods:

ECC User Authentication Configuration Authentication Type for the ECC REST API
Using ECC’s own internal user directory (the default ECC authentication configuration) Basic Authentication
Using a Keycloak server Bearer Authentication
Using Azure AD Bearer Authentication

Basic Authentication

This topic describes the steps for using Basic Authentication.

Bearer Authentication

This topic describes the steps for using Bearer Authentication.