chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/ProfileReauthPrompt.yaml

caption: Prompt users to re-authenticate to the profile
desc: |-
  When set to DoNotPrompt or left unset, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> does not automatically prompt the user to re-authenticate to the browser.

  When set to PromptInTab, when the user's authentication expires, immediately open a new tab with the Google login page. This only happens if using <ph name="CHROME_SYNC_NAME">Chrome Sync</ph>.
default: 0
example_value: 1
features:
  dynamic_refresh: true
  per_profile: true
supported_on:
- chrome.*:121-
items:
- caption: Do not prompt for reauth
  name: DoNotPrompt
  value: 0
- caption: Prompt for reauth in a tab
  name: PromptInTab
  value: 1
owners:
- [email protected]
schema:
  type: integer
tags: []
type: int-enum