devblackops / PasswordState

PowerShell module for interacting with ClickStudio's PasswordState password management application
Apache License 2.0
40 stars 14 forks source link

Add support for v8 winapi #20

Open trir262 opened 4 years ago

trir262 commented 4 years ago

the winapi is an extension on the existing api, but auditing is based on whoever does the actual call, not a generic api key.

Expected Behavior

By using the /winapi uri and the Invoke-RestMethod UseDefaultCredentials parameter we can do the same as with the normal api.

Current Behavior

New feature, currently not implemented.

Possible Solution

Context

Our company does not allow 'normal' api calls and forces us to use the winapi.

trir262 commented 4 years ago

Hello @devblackops OK for you if I implement this issue?

devblackops commented 4 years ago

Yes! Please do @trir262