Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dstranathan opened this issue Sep 24, 2024 · 0 comments
Milestone

Comments

@dstranathan
Copy link

dstranathan commented Sep 24, 2024

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>
@twocanoes twocanoes added this to the XCreds Future milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants