Does anyone have any examples on setting up the OAuth flow using postman? I've tried probably a dozen different ways to setup to process, and still come back to the same couple of errors. Using these settings produces a vague "invalid_request" error: However using these settings gives this error: Error: Cannot supply multiple client credentials. Use one of the following: credentials in the Authorization header, credentials in the post body, or a client_assertion in the post body. Wondering if I am missing some really obvious detail.
... View more