xcreds icon indicating copy to clipboard operation
xcreds copied to clipboard

[Feature Request] Optional list of local accounts that are excluded from XCReds app auth prompts

Open dstranathan opened this issue 5 months ago • 0 comments

Throwing this out there if anyone else has an opinion:

It would be useful to have an XCreds list (array?) of local, non-cloud/AD accounts that are excluded from XCReds app auth prompts.

Examples use cases:

-Local IT admin accounts -Temporary, ad-hoc service accounts created by Jamf or break-glass accounts created by tools like AdminByRequest -Local accounts on shared/kiosk systems

Example spit-ball syntax:

<dict>
<key>ExcludedLocalAccounts</key>
<array>
<string>user-1</string>
<string>user-2</string>
<string>user-3</string>
</array>
</dict>

dstranathan avatar Sep 24 '24 15:09 dstranathan