We have MSD CRM on-prem IFD setup with OAuth configured We have already performed following steps:-
- Created ADFS application
- Created application user in CRM with the Application ID
- Added following transform rules:- (1)Pass through Primary SID (2)Pass through UPN (3)Transform Win Acc Name to name
We are still not able to generate a valid token with grant_type=client_credentials
Please help me understand why grant_type=client_credentials is not generating a valid token when we try to use this token to access CRM entity it throws 401
Note:- we are able to generate a valid token with access CRM entity with grant_type=password
Currently trying this via Postman