Support Forum: Get Support for Patch My PC Products and Services

Commercial Products: Support for Our Enterprise Product for Microsoft ConfigMgr and Intune => Commercial/Paid Products: Support and General Questions (ConfigMgr and Intune) => Topic started by: jaymichaud on October 29, 2024, 01:07:23 PM

Title: Credentials saved for connection to cloud?
Post by: jaymichaud on October 29, 2024, 01:07:23 PM
When establishing a connection from on-premises Patch My PC Publisher to PMPC Cloud, credentials must be entered. (See https://docs.patchmypc.com/installation-guides/patch-my-pc-cloud/administration/manage-connections/add-a-connection.) Are those credentials stored on the on-premises server, or does the Publisher somehow generate a secure channel independent of those credentials? We are concerned about having a real user's account information saved on the PC running PMPC Publisher, and we can switch to a service account if needed. Thanks!
Title: Re: Credentials saved for connection to cloud?
Post by: Cody Mathis (Patch My PC) on October 29, 2024, 01:12:25 PM
Hello,

These credentials are not stored locally. We use MSAL (https://learn.microsoft.com/en-us/entra/identity-platform/msal-overview), provided by Microsoft, to authenticate to Entra. The token acquired is then used to communicate with our Patch My PC Cloud solution and perform the 'authentication dance' to acquire a token from our cloud service.

The credentials you provide are not stored in any part of this, outside of their use in memory as part of the MSAL authentication process as provided by Microsoft. There is no need to use a service account for this.
Title: Re: Credentials saved for connection to cloud?
Post by: jaymichaud on October 29, 2024, 01:17:38 PM
Thank you!