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

How to bypass the IFD authentication for GroupCalendar

411 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
  • Microsoft Entra ID licensing counts explained
  • Add your GroupCalendar to the Sitemap
  • How licenses are counted
Latest Articles
  • The Hidden Inefficiencies Inside Dynamics 365 and How Smart Teams Are Solving Them
  • mscrm-addons.com: 2025 Year in Review
  • Security issues when installing DocumentsCorePack (Defender)
  • AttachmentExtractor: Bandwidth & Performance – FAQ 
  • Recap: Power Platform Community Conference 2025
Popular Articles
  • DocumentsCorePack Template Designer – Getting Started
  • Step-by-Step: How to configure a One-Click-Action
  • Application Access for Dynamics 365
  • How licenses are counted
  • How to find your environment’s unique name in Microsoft Dynamics 365
Top Rated Articles
  • “Undefined”-labels in Chrome and Edge 114 and higher
  • How to insert Condition Fields in DocumentsCorePack Templates designer
  • Important information for Dynamics 365 online customers using DocumentsCorePack and/or AttachmentExtractor
  • How to activate the DocumentsCorePack Connector for PowerApps & Microsoft Flow
  • How licenses are counted
Categories
  • *News and General Infos* 70
  • Webinars 47
  • Template Designer(DCP 197
  • DocumentsCorePack(DCP 264
  • TelephoneIntegration (TI 65
  • AttachmentExtractor (AE 76
  • PowerSearch (PS 50
  • ActivityTools (AT 61
  • SmartBar (SB 54
  • GroupCalendar (GC 47
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
  • © 2025 www.mscrm-addons.com. All Rights Reserved.