Skip to main content

I am trying to fetch employees from IFS using ODATA REST endpoint via postman. I am passing access token as Authorisation Bearer token. I am getting http response 403 status code. 

 

REST endpoint : https://IFS-SERVER/int/ifsapplications/projection/v1/EmployeesHandling.svc/CompanyPersons

 

We have enabled Default Identity assertion, which points to use Azure AD IDP. 

We have also enable Database identity provider, which points to IFS DB.

 

I have generated token using both authorisation code and password grant type, but when used that access token to retrieve an employee I am getting 403 http response status code.

 

ROPC Access token generation is shown below, please check values I am passing -