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
1
vote
1 answer

How to integrate SCIM Server (Basic Auth) with SailPoint IIQ?

I am running Okta's Example SCIM (v2.0) Server and I wish to know how to integrate it with SailPoint IIQ. It asks for the Basic Authentication username and password. However, the example app has not authentication configured. Please help!
jahin07
  • 67
  • 1
  • 9
0
votes
0 answers
0
votes
0 answers

Provisioning in sailpoint iiq

This is the error I am facing when I am Performing user Provisioning for Active Directory. I have passed in Account Dn, password, First name, and last name. I access Request for an entitlement which belongs ad and the Task results show and throw…
0
votes
0 answers

How to search user manager name in identityNow by using search sailpoint

I would like build a search query in IdentityNow for a user in Sailpoint to find out user manager name when manager name added removed or new manager added any changes have made to manager attibute I have tried Attributes.manager:"username" But…
0
votes
0 answers

Sailpoint Creation Rule

This the bean shell code to set Aaron nichols as Application owner and to set the password if (identity ==null) { identity.setPassword("xyzzy"); Identity AppOwner = context.getObjectByName(Identity.class,…
user22177590
0
votes
0 answers

Sailpoint rule to creat managedattribute

We are on SailPoint 8.3. I have created a rule to create a managed attribute and added the members. When I go to the Entitlement Catalog I see the managed attribute there but the members are missing. Also, the other entitlements have an Object tab…
Bfly
  • 1
0
votes
1 answer

Encrypt a password using a public key + RSA in Python. What am I doing wrong?

I'm accessing an API that returns the following public key: "publicKey":…
0
votes
1 answer

Sailpoint Identity IQ generates an error: sailpoint.connector.ConnectorException: Build Rule must return a Map

I want to display only the identities whose type is either "interne" or "externe". Here is my code in Sailpoint: import sailpoint.connector.DelimitedFileConnector; Map map = DelimitedFileConnector.defaultBuildMap(cols, record); String Type =…
fffirmin
  • 3
  • 2
0
votes
0 answers

How to disable Atlassian Account via API with SAilpoint

I have discovered that our JIRA Accounts are not disabled through Sailpoint. All other steps are functioning well but not disabling, which causes a problematic leaver process. I try to disable test users in Postman with PUT and…
0
votes
0 answers

How can I map the owner attribute for Entitlement in IdentityIQ using rule editor in Bean shell?

Here is my scripting: import sailpoint.object.QueryOptions; import sailpoint.object.Identity; import java.util.*; import sailpoint.api.*; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import sailpoint.object.* //Find…
Bach-Nga
  • 37
  • 1
  • 9
0
votes
0 answers

How to delete some specific identities from identity warehouse?

How to delete some specific identities from identity warehouse? Let's assume it's contain "username" Rest of the attributes are null We can use the command like -> delete identity xyz But it will only delete xyz. But i want to delete some specific…
0
votes
1 answer

Sailpoint java eclipse null value?

I have two string values in my benchmark test in Eclipse. Provided that one of them is empty. Users can be used to log in and log out. I want to assign a null value as not every User has a departure date. I will use my engineering work in sail point…
0
votes
1 answer

How to terminate users in bulk inSailPoint IIQ?

I have identified nearly 1K Service identities, Shared Identities, Privileged Identities. I need to clear all these identities immediately, kindly say if there is a way to do this in bulk. Terminate/remove users in Bulk
0
votes
2 answers

sailpoint IdentityIQ find connectors

I am new to sailpoint IdentityIQ. How to find the connectors that filter out read-only entitlements during aggregation and certification please? Thanks for your help!
0
votes
2 answers

Intermittent: The Server is not operational

The below error is shown when running TEST Connection in AD Production / AD Stage and AD Test. The user server for ou=someusers, ou=anOU,dc=more,dc=morestuff,dc=stuff: The server is not operational. . HRESULT:.(0x8007203AJ”, “Failed to connect to…
Bob
  • 388
  • 5
  • 19