• Release History
  • Documentation
  • Back to www.mscrm-addons.com
  • Release History
  • Documentation
  • Back to www.mscrm-addons.com
home/Knowledge Base/GroupCalendar (GC)/How to bypass the IFD authentication for GroupCalendar

How to bypass the IFD authentication for GroupCalendar

272 views 0 Updated on July 26, 2022

Please note: This article is for users with very good CRM skills only.
However, before you follow the below instructions, please contact us via support@mscrm-addons.com.

1) In order to bypass the IFD authentication, you need to edit the ptm_WebApplicationPreloaderGeneralScript webresource in Dynamics 365.

2) Look for

appUrl = SetQueryString(appUrl, "isOutlook", $ptm.isOutlook + '');

and replace it with

appUrl = SetQueryString(appUrl, "isOutlook", $ptm.isOutlook + '');
var userIDCrm = $ptm.context.getUserId();
 
if ((userIDCrm == null) || (typeof (userIDCrm) == "undefined")) {
userIDCrm = parent.Xrm.Page.context.getUserId();
}
appUrl = SetQueryString(appUrl, "ORIFDI", userIDCrm + '');

3) Next, save your changes and publish them.

4) Open your IIS. In there, turn on Anonymous only and add a CRM system administrator to this authentication mode.

5) Restore the original WebConfig and WebApplication Port and change the Connection Profile for the tool to OnPremise.

That’s it! We appreciate your feedback! Please share your thoughts by sending an email to support@mscrm-addons.com!

Was this helpful?

Yes  No
Related Articles
  • How to activate per User Licensing in CRM 2011
  • How to display various activity-attributes within multiple rows in Gantt view
  • How to access mscrm-addons product settings in Dynamics 365
  • Azure Active Directory licensing counts explained
  • Add your GroupCalendar to the Sitemap
  • How licenses are counted
Latest Articles
  • “Undefined”-labels in Chrome 114 and higher
  • Integrating JSON data into documents
  • Generate large documents using the Multipart-feature of DocumentsCorePack 
  • Recap: DynamicsMinds Conference 2023
  • How to automate the E-signature process via Power Automate
Popular Articles
  • DocumentsCorePack Template Designer – Getting Started
  • Where do I find the Unique Organization name in Microsoft Dynamics 365?
  • Step-by-Step: How to configure a One-Click-Action
  • mscrm-addons.com Application Access for Dynamics 365 (App Access) – DocumentsCorePack
  • DocumentsCorePack Online Service Configuration
Top Rated Articles
  • IMPORTANT information for Dynamics 365 online customers using DocumentsCorePack and/or AttachmentExtractor
  • How to activate the DocumentsCorePack connector for PowerApps & Microsoft Flow
  • Step-by-Step: How to configure a One-Click-Action
  • “Blocked by Conditional access” error in Azure Active Directory
  • Online Services: Required Application Permissions
Categories
  • *News and General Infos* 52
  • Webinars 36
  • Template Designer(DCP 181
  • DocumentsCorePack(DCP 197
  • TelephoneIntegration (TI 65
  • AttachmentExtractor (AE 62
  • PowerSearch (PS 48
  • ActivityTools (AT 59
  • SmartBar (SB 53
  • GroupCalendar (GC 46
Our Vision

“We see it as our purpose to provide products that simplify and speed up our customers’ Microsoft Dynamics 365 experience.”

Knowledgebase
LogIn
mscrm-addons.com
  • Products
  • Online Shop
  • Downloads
  • My Account
About Us
  • About Us
  • Case Studies
  • Newsletter
  • Partner Program
  • Contact
Support
  • Support
  • Terms & Conditions
  • Documentation
  • Webinars
  • Legal Documents
  • Impressum
  • © 2022 www.mscrm-addons.com. All Rights Reserved.