Multiple reauthorization prompts per day/week with Platform SSO

gduncan_mbo
New Contributor III

Is anyone else experiencing multiple reauthorization prompts per day/week with Platform SSO? I have several users reporting this issue, and it's been ongoing for weeks without a clear cause.

3 REPLIES 3

mvu
Valued Contributor III

Curious, happen to be on macOS 15?

gduncan_mbo
New Contributor III

This happened on multiple macOS versions, ranging from 14.6 to 15.3.. I discovered it was not a macOS issue.

gduncan_mbo
New Contributor III

Sorry for the delay—just wanted to provide some clarity around the issue above with macOS Platform SSO and Google Chrome.

Several users were being prompted to reauthenticate multiple times per day (sometimes every time they accessed an SSO app). After some digging, I found the issue was related to how our Google Chrome extensions were being deployed via Configuration Profiles.

Specifically, we had multiple Configuration Profiles applying settings to the same preference domain (com.google.Chrome), each defining different extensions using the Application & Custom Settings payload. This caused inconsistent behavior—Chrome wasn’t reliably enforcing or displaying the extensions, which led to the SSO instability.

The fix that worked for me was to consolidate all extension settings into a single PLIST and apply it via one Configuration Profile. Splitting them across multiple profiles created conflicts or race conditions during enforcement.

I’ve attached:

  • A screenshot of the merged config

  • An older config profile labeled "OLD" for reference

Hope this helps someone avoid the same headache!Screenshot 2025-04-22 at 10.01.29 AM.pngScreenshot 2025-04-22 at 10.04.18 AM.png