• 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

296 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
  • Attaching documents from SharePoint when sending emails via the DocumentsCorePack dialog
  • How to: automate quote generation and delivery upon activation via Power Automate
  • Dynamic document elements in Multipart documents
  • Limiting access to SharePoint for custom app access using Sites.Selected
  • Batch document generation via the DocumentsCorePack dialog
Popular Articles
  • DocumentsCorePack Template Designer – Getting Started
  • Step-by-Step: How to configure a One-Click-Action
  • Where do I find the Unique Organization name in Microsoft Dynamics 365?
  • Application Access for Dynamics 365 (App Access)
  • DocumentsCorePack Online Service Configuration
Top Rated Articles
  • “Undefined”-labels in Chrome and Edge 114 and higher
  • 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
  • How licenses are counted
Categories
  • *News and General Infos* 53
  • Webinars 37
  • Template Designer(DCP 193
  • DocumentsCorePack(DCP 211
  • TelephoneIntegration (TI 65
  • AttachmentExtractor (AE 65
  • 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.