Relative Content

Tag Archive for c#postman

Call Microsoft Dynamics 365 CRM api

How can I call dynamics 365 api without adding client secret?
enter image description here
Currently, I can get token if I add client secret.
enter image description here
I get token without adding the client secret, but I need to change Client Authentication => Send client credential to body. I want to test with Send as Basic Auth Header.
I want to provide these field only. Such as ( Grant Type => authentication code, CallbackURL, Auth URL, Access Token URL,Client Id).