Automated passwords checkouts

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

Automated passwords checkouts
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2018 04:24 AM
HI. Reading across this documentation
https://developer.centrify.com/docs/check-out-a-password
and i have a question. in all code snippets we suggest interactive authentication. is there some examples of automated authentication to checkout passwords aprogrammatically? particularly speaking about Windows environment.
Solved! Go to Solution.
Re: Automated passwords checkouts
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-28-2018 08:07 AM
Use the PowerShell samples and Get-CIPAccount. It can retrieve a local, domain or database password; as far as authentication goes, relies on the service identity of an enrolled system and that identity must be granted at least View+Checkout at the object level (and +View at the parent if DB or Domain).
Note that the PowerShell samples also contain OAUTH2 auth as well.
Post
PowerShell Samples location.
https://github.com/centrify/centrify-samples-powershell
R.P
Follow Centrify:





Re: Automated passwords checkouts
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
3 weeks ago - last edited yesterday
I have finally found what i was looking for. =)
if any have the same questions, these are places to look:
A better way to manage local accounts with the Centrify Identity Platform
and, as the acticle above recomends, check couple of BASH samples at /usr/share/centrifycc/samples/apppassword/
access model is managed by sudo or dzdo rights.