I am using openAPI spec for including oauth2 client credentials flow.I am getting below error

Error : {"ErrorCode" : "invalid_client", "Error" :"Client identifier is required"}

from both specs sections as well as portal.

0 1 233
1 REPLY 1

Does the place where your OpenAPI spec is configured to put the App's client id match the place your proxy's OAuth GenerateToken policy is expecting the client id to be in?