MattB

Results 106 comments of MattB

Fair ask.. we will see what we can do here.. it will be a bit yet as we are heads down doing some updates on the engine to move things...

@pareszka We were ( finally ) talking about this one today.. few things... Are you using the IOrganizationService methods? meaning you called .Create /.Update? when you see this? The reason...

This is an area we are exploring but have not committed too as of yet. In general we are strongly encouraging the use of ADFS for On Premises systems.

Insofar as formal support for AD, AD Federated, and Remote AD domain federation, there is an increasing potential we will be able to support it in the future based on...

This is documented folks. It starts with configuring IFD: https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/deploy/configure-internet-facing-deployment?view=op-9-1 then once configured.. you use this command ( Doc) to enable OAuth in CRM OnPrem : https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/deploy/post-installation-configuration-guidelines-dynamics-365?view=op-9-1#configure-the-oauth-provider Also, S2S was...

@FixRM In on-prem .. Application Users ( S2S / Confidential Client ) are not support at all. you would use a named user ( using oAuth is fine ) for...

As long as you comply with the license rules associated to this repro. You are free to use it. Before you do though, which part are you interested in? There...

Ah, I'm sorry I misunderstood your question. I was looking at this thread on a phone. You were asking if the DV ServiceClient could take code from another, non-Microsoft project....

Good news / bad news sort of thing here folks. - Bit of an update... The next drop of the client will have the groundwork for OnPrem in it using...

Our goal is to allow AD authentication to work for .net core, currently though we have it working only in full framework. Depending on how far we get, we may...