Open remkovb opened 1 month ago
Hi @remkovb , From I can see in your settings, do you try to use your own authorization setup? And not the default Umbraco one? If so, have you tried with the default setup where you just use the instance URL?
"Crm": {
"Dynamics": {
"Settings": {
"HostUrl": "https://[instance].crm4.dynamics.com/",
"ApiPath": "api/data/v9.2/",
"Module": "RealTime"
}
}
}
When trying to connect from the Dynamics Forms data type, after logging in I get following error: (where tenant guid is replaced by [tenant-guid])
It seems it tries to connect to /common endpoint instead. So maybe TokenEndPoint from configuration isn't used in code?
Edit: In BaseAuthorizationService I can see this code:
Where common should be replaced by tenant id, in my case.. hmm
This item has been added to our backlog AB#44591