Skip to Main Content
Status Completed
Categories Feature request
Created by Nicolai Krog
Created on Jun 26, 2024

HTTP transport OAuth2 authentication type needed for D365 FO

The Oauth2 Client Credentials authentication type only almost works when connecting to D365 products.

The problem that without the a "resource" property, you do get a token, but it isn't valid.

This is what is needed to get a valid token:


The solution is (probably) to create a new authentication type that is similar to "Oauth2 Client Credentials" but without the "Scopes" property and including a "Resource" property.



More info:

https://community.dynamics.com/forums/thread/details/?threadid=67503752-229c-4271-88be-f64ce080f704


Mulig løsning:

En løsning på denne her kunne være, at man udvider OAuth konfigurationen til at indeholde et array af key/values, som så sende med, hvis de er udfyldt. Det er samme måde Postman gør det, og det vil være en generisk og fleksibel løsning.

  • Attach files
  • Admin
    Nicolai Krog
    Reply
    |
    Jun 26, 2024

    This is very likely to go into our roadmap soon. We're currently investigating some technical perspectives.