Skip to main content
Question

Multiple reauthorization prompts per day/week with Platform SSO

  • October 28, 2024
  • 3 replies
  • 45 views

Forum|alt.badge.img+6

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

mvu
Forum|alt.badge.img+20
  • Jamf Heroes
  • October 29, 2024

Curious, happen to be on macOS 15?


Forum|alt.badge.img+6
  • Author
  • New Contributor
  • April 22, 2025

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!


Forum|alt.badge.img+6
  • Author
  • New Contributor
  • April 22, 2025

Curious, happen to be on macOS 15?


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