Questions tagged [sailpoint]

Use this tag to tag any questions related to Sailpoint or IIQ development or implementation or support question/

Sailpoint or IIQ is a Identity management system which is developed by Sailpoint and its one of the top most identity management solution used widely in world

This is the niche skill and has less of effective documentation so there will be lots of questions.

Use this tag to tag any questions related to Sailpoint or IIQ development or implementation or support question/

53 questions
4
votes
1 answer

How to use or escape java 8 Lambda expressions in Beanshell

I'm working on a Product (Sailpoint IdentityIQ that runs in Tomcat) which uses Beanshell env for product customization hooks. I want to write some code to parse a large csv file and want to leverage Java 8 Streams. But I'm facing issue with…
Madhu K
  • 43
  • 3
2
votes
2 answers

Does Beanshell supports java 8 streams?

When trying to execute below snippet where iterating values of Map , it is throwing beanshell parse exception at symbol > . Any solution I could get to resolve this one? map.entrySet().stream().forEach(map -> { if…
tinku_jai
  • 23
  • 2
2
votes
1 answer

SIEM plugin for SailPoint and Splunk timestamp discrepancy

I have a question about how events arrive inside of a tool such as Splunk. Currently, it appears that the way the plugin works is it will send the records over to the log collection application in question, placing the time stamp of the event in…
Bob
  • 388
  • 5
  • 19
2
votes
1 answer

Is it okay to use client credentials grant type for authentication of a WEB API going to be consumed by SailPoint(IAM)

I have an old windows application written in VB.NET with SQL server backend. Currently the new user additions, deletion, adding entitlements etc. are managed by an old approval workflow system. After getting approvals, the user details and…
2
votes
1 answer

SailPoint - Windows Local - Direct connector

Good morning folks! Running into the following issue with the windows local - direct connector (only on group aggregation) The IQService fails with no error it is iterating through the groups and it just stops and crashes (no error - see logs…
Bob
  • 388
  • 5
  • 19
1
vote
0 answers

Provisioning LDAP Application in Sailpoint IIQ

An unexpected error occurred: Undefined skeleton form: Identity Update" -- Error while provisioning LDAP application in Sailpoint IIQ I am new to Sailpoint. I have onboarded LDAP Application, aggregated and next I want to provision a delimited…
Madhura S
  • 11
  • 1
1
vote
1 answer

Sailpoint IIQ integration With Microsoft Sentinel

Hello I want to connect the Sailpoint IIQ with Microsoft Sentinel. I cannot find any connector either in Sentinel or Sailpoint. Should I do this enabling Syslog and using Syslog connector in Sentinel? Thanks
1
vote
2 answers

Find values from one SQL Server database table not present in another table

I have two tables with the following data (that I did not create nor can I control) that correlate on table1.workgroup =…
deskFan
  • 31
  • 1
  • 4
1
vote
1 answer

Unable to detect the roles assigned to a user using simple if-else loop in SailPoint IIQ

I am trying to write a SailPoint IIQ workflow where if the user is an Employee and has Role 1 assigned, the loop will return true. Also if the User is a Contingent Worker and has the Role 2 assigned, the loop will return true. Else the loop will…
1
vote
2 answers

How do I write a sailpoint beanshell java script to read a latest file whose filename starts with ‘SampleFile***.csv’

I am trying to write a java in a beanshell where I need to read a file and rename them. But the problem is filename has appending number that changes everyday according to date, ex. SampleFile0521, SampleFile0524. And I need to read a File with…
1
vote
2 answers

When I hit ./iiq console in command prompt my Sailpoint says database version doesn't match the system version

I'm trying to run the training modules in sailpoint, where I was following the exercises. I was able to set up the database and all. When I try to run the Identityiq console, using ./iiq console, it flashes the error, the database version and the…
user11273698
1
vote
1 answer

SCIM API for Sailpoint

I am completely new to SCIM API. Need your help in setting up and getting the entitlement metadata via SCIM API from sailpoint and fetch it in Postman. Any dummy code would be very helpful which I will edit as per my exact need.
Barca Fan
  • 47
  • 4
1
vote
1 answer

How to delete application from sailpoint?

I've accidentally created a duplicate Application and aggregated users to it. I'm assuming I need to 1st de-provision the accounts correlated to the application. Is there a simple way to de-provision and then remove the duplicate Application after…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
1
vote
2 answers

how to develop a custom connector in SailPoint

I am novices to the field of Identity and Access management. Till now I know, Sail point has provided the some direct connectors to integrate the known systems like LDAP, HR systems, OIM, Databases.. And sailpoint also provided the support for…
user9676626
  • 11
  • 1
  • 4
1
vote
1 answer

What is meant by the phrase adapter/connector?

This is a basic questions. I want to apply to an entry level java developer position with the following requirement: Familiarity with the Sailpoint Identity IQ standard adapters/connectors By standard connectors do they basically mean how Sailpoint…
1
2 3 4