Skip to content

Microsoft Entra ID Cached Login

Takashi Shinohara edited this page Aug 31, 2021 · 1 revision

Cached Login is a method of logging in using credentials that were previously authenticated and stored securely on your device. This allows you to quickly access SharePoint Online without re-entering your credential each time. Cached credentials are typically saved after a successful interactive login and can be reused for subsequent sessions, improving convenience and efficiency for repeated operations.

  1. Start a PowerShell 7 prompt.

  2. Run the Connect-KshSite cmdlet.

Connect-KshSite -Url 'https://<tenantname>.sharepoint.com' -ClientId '<clientid>' -Cached

Clone this wiki locally