darrenjrobinson / powershell_module_identitynow

SailPoint IdentityNow PowerShell Module
https://blog.darrenjrobinson.com/sailpoint-identitynow/
MIT License
47 stars 15 forks source link

Update Test-IdentityNowCredentials for v2 Creds test. #28

Closed darrenjrobinson closed 4 years ago

darrenjrobinson commented 4 years ago

Change test for v2 creds to not use Get-IdentityNowSourceAccounts after update to no longer use v2 AuthN. First verify v2 Creds exist in configuration then use Invoke-IdentityNowRequest instead.

darrenjrobinson commented 4 years ago

Add Personal Access Token to Test-IdentityNowCredentials

darrenjrobinson commented 4 years ago

Functionality included in this commit. https://github.com/darrenjrobinson/powershell_module_identitynow/commit/320607b5ddd92eacd532a6c02cd70183f4e32022

darrenjrobinson commented 4 years ago

Updated in https://github.com/darrenjrobinson/powershell_module_identitynow/pull/30