How to use OAuth Client Credentials for Frends API
Setting up OAuth Client Credentials for your APIs in Frends.
Requirements
Set Up an Application in Azure AD
Create an Application


Create New Client Secret


Optional: Create App Roles

Optional: Configure API Permissions


Copy and Save the OAuth 2.0 Token Endpoint (v2) URL


Copy and Save the Application ID URI

How to Test Fetching OAuth 2.0 Access Token
Make Access Token Request with Postman

Make Access Token Request with CURL
Decode the Token Value and Review the Content


Configure Frends to use the created App Registration
Configuring OAuth 2.0 Client Credentials Flow in the Frends API’s OpenAPI Specification
Configure OAuth 2.0 Application Details in Frends


Configure an API Policy in Frends




How to Test API Requests made to the Frends API with an OAuth 2.0 Access Token

Last updated
Was this helpful?

