{"id":13596543,"url":"https://github.com/pspete/CredentialRetriever","last_synced_at":"2025-04-09T16:33:00.103Z","repository":{"id":31672080,"uuid":"128476038","full_name":"pspete/CredentialRetriever","owner":"pspete","description":"Retrieve Credentials from CyberArk Central Credential Provider Web Service, or Local Credential Provider using CLIPasswordSDK","archived":false,"fork":false,"pushed_at":"2022-09-18T13:46:45.000Z","size":531,"stargazers_count":43,"open_issues_count":0,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-23T00:31:51.199Z","etag":null,"topics":["central-credential-provider","cyberark","cyberark-aam","powershell","rest","webservice"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pspete.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"pspete","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-04-06T22:22:09.000Z","updated_at":"2024-05-11T13:27:00.000Z","dependencies_parsed_at":"2023-01-14T19:31:52.468Z","dependency_job_id":null,"html_url":"https://github.com/pspete/CredentialRetriever","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pspete%2FCredentialRetriever","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pspete%2FCredentialRetriever/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pspete%2FCredentialRetriever/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pspete%2FCredentialRetriever/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pspete","download_url":"https://codeload.github.com/pspete/CredentialRetriever/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248067964,"owners_count":21042390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["central-credential-provider","cyberark","cyberark-aam","powershell","rest","webservice"],"created_at":"2024-08-01T16:02:33.870Z","updated_at":"2025-04-09T16:32:55.093Z","avatar_url":"https://github.com/pspete.png","language":"PowerShell","funding_links":["https://github.com/sponsors/pspete"],"categories":["PowerShell"],"sub_categories":[],"readme":"# CredentialRetriever\n\n| Master Branch            | Latest Build            | CodeFactor                | Coverage                    |  PowerShell Gallery       |  License                   |\n|--------------------------|-------------------------|---------------------------|-----------------------------|---------------------------|----------------------------|\n|[![appveyor][]][av-site]  |[![tests][]][tests-site] | [![codefactor][]][cf-site]| [![codecov][]][codecov-link]| [![psgallery][]][ps-site] |[![license][]][license-link]|\n|                          |                         |                           | [![coveralls][]][cv-site]   | [![downloads][]][ps-site] |                            |\n\n[appveyor]:https://ci.appveyor.com/api/projects/status/s2x3alg52ctp2pyl/branch/master?svg=true\n[av-site]:https://ci.appveyor.com/project/pspete/CredentialRetriever/branch/master\n[coveralls]:https://coveralls.io/repos/github/pspete/CredentialRetriever/badge.svg?branch=master\n[cv-site]:https://coveralls.io/github/pspete/CredentialRetriever?branch=master\n[psgallery]:https://img.shields.io/powershellgallery/v/CredentialRetriever.svg\n[ps-site]:https://www.powershellgallery.com/packages/CredentialRetriever\n[tests]:https://img.shields.io/appveyor/tests/pspete/CredentialRetriever.svg\n[tests-site]:https://ci.appveyor.com/project/pspete/CredentialRetriever\n[downloads]:https://img.shields.io/powershellgallery/dt/credentialretriever.svg?color=blue\n[cf-site]:https://www.codefactor.io/repository/github/pspete/credentialretriever\n[codefactor]:https://www.codefactor.io/repository/github/pspete/credentialretriever/badge\n[codecov]:https://codecov.io/gh/pspete/CredentialRetriever/branch/master/graph/badge.svg\n[codecov-link]:https://codecov.io/gh/pspete/CredentialRetriever\n[license]:https://img.shields.io/github/license/pspete/credentialretriever.svg\n[license-link]:https://github.com/pspete/CredentialRetriever/blob/master/LICENSE.md\n\n## **CyberArk Central Credential Provider PowerShell Retriever**\n\nUse PowerShell to retrieve credentials from the CyberArk Central Credential Provider Web Service or a local Credential Provider SDK.\n\n----------\n\n## Usage\n\n### Get-CCPCredential\n\nSupply the AppID and URL to the CyberArk Central Credential Provider Web Service.\n\nSpecify relevant parameter values needed to find the required account.\n\n![Get-CCPCredential](media/RetrieveCreds.png)\n\n### Get-AIMCredential\n\nSet the path to the CLIPasswordSDK.exe utility. This value will persist, and be imported each time the CredentialRetriever module is imported.\n\n![Set-AIMConfiguration](media/Set-AIMConfiguration.png)\n\nSupply the AppID \u0026 relevant parameter values needed to find the required account.\n\n![Get-AIMCredential](media/Get-AIMCredential.png)\n\n### ToSecureString Method\n\nWhere required for downstream consumption, easily convert returned password to a\n`System.Security.SecureString`, using the `ToSecureString()` Method.\n\n![ToSecureString Method](media/ToSecureString.png)\n\n### ToCredential Method\n\nUse the `ToCredential()` Method to convert the returned Username/Password to a `PSCredential` Object.\n\n![ToCredential Method](media/ToCredential.png)\n\n## Installation\n\n### Prerequisites\n\n- Requires Powershell v5.1 (minimum)\n- CyberArk Central Credential Provider Web Service, And\\Or\n- CyberArk Credential Provider\n\n### Install Options\n\nThis repository contains a folder named ```CredentialRetriever```.\n\nThe folder needs to be copied to one of your PowerShell Module Directories.\n\nUse one of the following methods:\n\n#### Option 1: Install from PowerShell Gallery\n\nPowerShell 5.0 or above \u0026 Administrator rights are required.\n\nTo download the module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/CredentialRetriever/), \u003c/br\u003e\nfrom an elevated PowerShell prompt, run:\n\n````Install-Module -Name CredentialRetriever -Scope CurrentUser````\n\n#### Option 2: Manual Install\n\nFind your PowerShell Module Paths with the following command:\n\n```powershell\n\n$env:PSModulePath.split(';')\n\n```\n\n[Download the ```master branch```](https://github.com/pspete/CredentialRetriever/archive/master.zip)\n\nExtract the archive\n\nCopy the ```CredentialRetriever``` folder to your \"Powershell Modules\" directory of choice.\n\n#### Verification\n\nValidate Module Exists on your local machine:\n\n```powershell\n\nGet-Module -ListAvailable CredentialRetriever\n\n```\n\nImport the module:\n\n```powershell\n\nImport-Module CredentialRetriever\n\n```\n\nGet detailed information on commands:\n\n```powershell\n\nGet-Help Get-CCPCredential -Full\n\n```\n\n## Changelog\n\nAll notable changes to this project will be documented in the [Changelog](CHANGELOG.md)\n\n## Author\n\n- **Pete Maan** - [pspete](https://github.com/pspete)\n\n## License\n\nThis project is [licensed under the MIT License](LICENSE).\n\n## Contributing\n\nAny and all contributions to this project are appreciated.\n\nSee the [CONTRIBUTING.md](CONTRIBUTING.md) for a few more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspete%2FCredentialRetriever","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpspete%2FCredentialRetriever","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspete%2FCredentialRetriever/lists"}