Client credentials grant type - Intergraph Smart Completions - Intergraph Smart Completions Update 4 - Customization & Programming

Intergraph Smart Completions Smart API Programmer's Getting Started Guide

Language
English
Product
Intergraph Smart Completions
Search by Category
Customization & Programming
Smart Completions Version
6.0.4

When using the client credentials grant type, you must send the authorization details in the request header.

Parameter

Type

Description

Source

Client ID

Required

The ID assigned to your client application by the identity provider.

Provided by the identity provider after registering the client application.

Client Secret

Required

The secret assigned to your client application by the identity provider.

Provided by the identity provider after registering the client application.

Access Token URL

Required

The endpoint used to get an access token, which must be included in a resource request.

The token endpoint for your installation.

SHARED Tip If you're unfamiliar with getting an access token using the Client Credentials grant type, see an example using Postman.