Problem with oAuth2.0 Authentication in Web API

Certified Lead Developer

Hi All,

I have created a Web API.

I tried with

1. Basic Auth by providing username and password. - Worked

2. Using API Key - Worked

      - Created New API Key with service account and copied API Key

      - Created a group in my application and added the service account in that group

      - Provided viewer access to Web API 

      - Accessed Web API by passing  Appian-API-Key: <API Key Value> in Header

3. Using Appian OAuth 2.0 Clients - Authentication is Successful but getting empty data

      - Created New API Key with service account and copied Client Id, Client Secret, Token Request End Point

     - Created a group in my application and added the service account in that group

      - Provided viewer access to Web API 

      - Accessed Web API by passing the values like below

I tried using post man also working for both Basic Auth and API Key. But not working for OAuth2. Below is the screenshot. 

Kindly suggest the solution.

Please Let me know If you need other details for helping me.

Thanks in Advance.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data