OAuth / OpenID Connect

I am getting “Client credentials were not found in the headers or body” when I try to test configuration.

807 views December 9, 2020 January 4, 2023 shweta 0

  • Go to edit application (Configure OAuth tab)
  • Make sure you have checked one or both of the following boxes in the “Send client credentials in:” setting.

  • If your IdP needs the credentials in the header, you will need to check the Header checkbox.
  • Save the configuration and then click test configuration.
  • If this does not solve your problem, you can try selecting both the Header and Body checkboxes.
  • Likewise, if your IdP needs the credentials in the body, you have to select the Body checkbox.
  • Once you have checked the appropriate checkboxes, you will get the attributes table in the test configuration window. You may now proceed to Attributes Mapping.

Was this helpful?