Hi Team ,
When using client credentials Oauth grant type to get Authorization token for Microsoft Dynamics CRM , it uses the Old OAuth 2.0 version 1 endpoint .
version 1 token endpoint : https://login.microsoftonline.com/<>/oauth2/token
version 2 token endpoint : https://login.microsoftonline.com/<>/oauth2/v2.0/token
The input parameters are little bit different for version 1.0 & Version 2.0
is there any plan to add feature to use OAuth 2.0 version 2.0 token endpoint ?