You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connected via XTB to On-Premises instance via IFD URL, open record constructs invalid URL - it appends organization name but it should not.
Looks like ConnectionDetails has UseIfd property available.
Other properties could also be used: UseOnline which already checks if connecting to .dynamics.com
I suspect UseIfd will be false anyway for oauth - maybe it could just check if for onprem instances /organization is equals to domain first part, then strip org. Dunno if there could be any consequences.
When connected via XTB to On-Premises instance via IFD URL, open record constructs invalid URL - it appends organization name but it should not.
Looks like
ConnectionDetails
has UseIfd property available.Other properties could also be used: UseOnline which already checks if connecting to
.dynamics.com
I suspect UseIfd will be false anyway for oauth - maybe it could just check if for onprem instances /organization is equals to domain first part, then strip org. Dunno if there could be any consequences.
Sql4Cds/MarkMpn.Sql4Cds.XTB/ConnectionExtensions.cs
Lines 17 to 37 in 339cd16
Perhaps replacing
with
Would be a good improvement.
The text was updated successfully, but these errors were encountered: