For our Office 365 authentication, we switched from ADFS to JumpCloud.
Our CRM Online integration has since stopped working.
Does Dynamics 365 SDK support connection through an external IDP (JumpCloud with saml) ?
Here is the connection string:
<add name="Server=CRM Online, organization=orgName, user=someone" connectionString="Url=orgname.crm.dynamics.com; Username=name@orgname.com; Password=pwd; authtype=Office365"/>
This is the code:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
CrmServiceClient conn = new Xrm.Tooling.Connector.CrmServiceClient(connectionString);
error:
Microsoft.Xrm.Tooling.Connector.CrmServiceClient Error: 2...
Metadata contains a reference that cannot be resolved: 'sso.jumpcloud.com/login;redirectTo
=saml2/office365'.
Is it failing because the CrmServiceClient cannot handle a redirection to a SAML Endpoint?
Any possible solutions are appreciated.
*This post is locked for comments
I have the same question (0)