tree: 476de99d29d78de6387af600b984d1eb3b1ef2ad [path history] [tgz]
  1. affiliation_mixin.cc
  2. affiliation_mixin.h
  3. affiliation_test_helper.cc
  4. affiliation_test_helper.h
  5. BUILD.gn
  6. DEPS
  7. README.md
  8. user_affiliation_browsertest.cc
chrome/browser/ash/policy/affiliation/README.md

chrome/browser/ash/policy/affiliation

This directory should contain code related to affiliation, a mechanism that determines if user and device are managed by the same organization.

Managed users and managed devices can have affiliation IDs that were set by their admin. When the device and the logged in user are both managed and have a matching affiliation ID, they are said to be affiliated. This influences the behavior of some policies that only apply in the affiliated or the unaffiliated case.

TODO(crbug.com/40185259): Add more information about affiliation.