Pre-filled settings for OAuth 2.0 Destination webhooks
Stedi Destinations now pre-fills the grant_type header for OAuth 2.0.
When you create or edit a Stedi Destination with OAuth 2.0 configured, the Header parameter grant_type is now pre-populated with client_credentials. This is the most common grant type used when the client is acting on its own behalf. You can change this value in the Advanced menu if you need to use a different grant type.
This change helps ensure that your OAuth 2.0 connections are set up correctly and securely, without extra manual configuration.
For more details on the OAuth 2.0 protocol, visit RFC 6749 section 4.4, which outlines the protocol for the client credentials grant.