Monday, December 30, 2013

Authenticate Office 365 Users with Microsoft Dynamics CRM Online

Just for the quick note Microsoft CRM Online has been changes this day to authenticate. Below I am posting code sample that will help many of us. the code only works for CRM 2011 online and Office 365 users/. Define Username and Password: private const String UserName = "xxx@jaxaracrm.onmicrosoft.com"; private const String Password = "xxxxx$";

No comments:

Post a Comment