-
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.
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.14.4 darwin/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating sy…
-
when running Get-IdentityNowTransform and specifying a transform name, no result will be returned
-
Some of your functions use the following line to get an oAuth token:
`Invoke-RestMethod -Method Post -Uri "$($oAuthURI)?grant_type=password&username=$($adminUSR)&password=$($adminPWD)"`
I would re…
-
An issue related to generating the v2 keys. This seems to be happening all the time now. Something must have changed on the sailpoint side. Here is the error when executing the command.
New-IdentityN…
-
go build bin/gameconfig/serverscript/scriptimpl/quest: /usr/local/go/pkg/tool/darwin_amd64/compile: fork/exec /usr/local/go/pkg/tool/darwin_amd64/compile: argument list too long
quest have 251…
-
Hi,
I think I may have found a bug. Search-IdentityNow Entitlements seems to give strange results.
If i run:
`Search-IdentityNowEntitlements -query "source.name:''" | convertto-json`
then…
-
This cmdlet does not seem to return a list of transforms when you have a transform in the list that has a backslash(s) in it- ( a transform that uses velocity scripting with backslashes for example). …
-
Looking to work on your PS module for IDN (referenced here: https://blog.darrenjrobinson.com/sailpoint-identitynow-powershell-module/)
Trying to save the beginning code section and output gives this …
-
I struggled a bit to get authenticated.
I think its because we do not allow a repeat of the password as a MFA option.
I created a new user (in our test tenant of course!), and configured it to a…