Retrieval Permissions Must Follow the User, Not the Service Account
TL;DR RAG retrieval permissions must reflect the effective requester, the application’s approved scope, and the restrictions on the requested content. A valid login establishes identity. A working service account establishes that the application can reach a backend. Neither independently establishes which documents this request may use. Enforce authorization through trusted services before restricted content reaches … Explore: Retrieval Permissions Must Follow the User, Not the…