IIQ | ISC | OIM Mighty
IAM | IGA World
Labels
- AD (8)
- Aggregation (8)
- Audit Management (1)
- AWS (1)
- Certification (7)
- Compass_Useful_Links (1)
- Courses (1)
- Custom Reports (3)
- Custom Tasks (5)
- Database (OIM) (3)
- Database (Sailpoint) (2)
- E-Fix (3)
- Eclipse (2)
- EmailTemplate (1)
- Excel (7)
- Forgerock (1)
- Forms (4)
- GitHub (6)
- Group Management (3)
- IIQ Console Commands (1)
- IQ Service (1)
- ISC (23)
- ISC Application Management (2)
- Java (13)
- JML (1)
- Kanada (1)
- LCM (4)
- Linux (3)
- Loggers (3)
- MS Office (1)
- MySQL (8)
- Notifications (1)
- OIM (19)
- Password Management (2)
- Policy Violation (2)
- Provisioning (1)
- ProvisioningPlan (1)
- Quicklink (1)
- RBAC (4)
- References (1)
- Role Management (3)
- Rules_Scripts_APIs (33)
- Sailpoint (33)
- Sailpoint API's (7)
- SailPoint Best Practices (1)
- Scripts (1)
- Softwares (1)
- SSB (2)
- UAT (1)
- UI (2)
- UI/Task Server Configuration (1)
- Upgradation (1)
- VM Ware (1)
- Web Service (9)
- Workflow (8)
- Workgroup (2)
- XML (1)
Sunday, July 12, 2026
Wednesday, July 8, 2026
ISC Postman Set up
High-Level Steps:-
- Configure the variables (clientId, clientSecret, tenant) in the Environment.
- Configure the variable (domain) in the collection.
- Configure the Authorization for child API's to connect ISC tenant
- Select the Authentication type as OAuth 2.0
- Select the Grant Type as Client Credentials
- Provide the Access Token URL : https://{{tenant}}.api.identitynow-demo.com/oauth/token
- Configure the tenant using an Environment variable
- Reference : https://developer.sailpoint.com/docs/api/authentication
- https://[tenant].api.identitynow.com/oauth/token
- Configure the Client ID using an Environment variable
- Configure the Client Secret using an Environment variable
ISC VSC Code Set up
ISC PAT Generation
High-Level Steps:-
# Login to SailPoint ISC tenant.
# Navigate to your profile/name, it is available on leftside topmost.
# Navigate to Personal Access Tokens
# Click on New token
# Provide the name of the token, remove the expiration date, and give the scope is sp:scopes:all
# Click on create
# PAT contains Secret and Client ID
Note:
Any user with admin access to the tenant can create up to 10 tokens.
PAT - Personal Access Token
Monday, June 29, 2026
Sailpoint ISC URL's & Paths
ISC Tenant URL :
https://{{tenant}}.{{domain}}/login/login/?brand=default
ISC Docs:
https://documentation.sailpoint.com/saas/help/index.html
ISC Glossary URL:
https://documentation.sailpoint.com/saas/help/common/glossary.html
ISC Developer Community URL:
https://developer.sailpoint.com/docs/
ISC Postman Setup URL:
https://developer.sailpoint.com/docs/api/postman-collections
https://www.postman.com/sailpoint/identitynow/overview
Token URL : https://[tenant].api.identitynow.com/oauth/token
ISC API's URL:
https://developer.sailpoint.com/docs/api
Sunday, June 28, 2026
Fetch the pending ARs associated with the BR
SELECT
c.Name as AR,
TO_CHAR (TO_DATE ('19700101', 'YYYYMMDD') + (p.created / 1000 / 60 /60 / 24), 'DD/MM/YYYY HH24:MI') AS "P CREATED DATE",
TO_CHAR (TO_DATE ('19700101', 'YYYYMMDD') + (p.end_date / 1000 / 60 /60 / 24), 'DD/MM/YYYY HH24:MI') AS "P END DATE",
TO_CHAR (TO_DATE ('19700101', 'YYYYMMDD') + (c.created / 1000 / 60 /60 / 24), 'DD/MM/YYYY HH24:MI') AS "C CREATED DATE",
TO_CHAR (TO_DATE ('19700101', 'YYYYMMDD') + (c.end_date / 1000 / 60 /60 / 24), 'DD/MM/YYYY HH24:MI') AS "C CREATED DATE",
c.Name,
c.Value AS BR,
c.approver_name,
C.operation,
c.approval_state,
c.provisioning_state,
c.compilation_status,
c.identity_request_id
FROM identityiq.spt_identity_request_item c
JOIN identityiq.spt_identity_request p ON p.id = c.identity_request_id
WHERE c.name = 'assignedRoles' AND
(VALUE IN ('IIQ Role', 'ISC Roles'));
Fetch the roles base on Organizational Role
SELECT
br.name AS itr_or_br,
br.type AS itr_br_type,
it.name AS org_role_name,
it.type AS org_type
FROM identityiq.spt_bundle_children r
JOIN identityiq.spt_bundle it ON it.id = r.child
JOIN identityiq.spt_bundle br ON BR.ID = r.bundle
WHERE
it.name = 'ISC IT - Container';
Fetch the ENT membership details based on Logical ENT attribute
Monday, February 16, 2026
Access Intelligence Center
Search Overview - SailPoint Identity Services
https://documentation.sailpoint.com/saas/help/search/index.html
Search
Search :
Search Overview - SailPoint Identity Services
https://documentation.sailpoint.com/saas/help/search/index.html
Featured Articles
-
public static String extractSessionIDFromGetSessionId(String jsonObject) throws ParseException { String methodName = "extractSession...
-
Connector Rules # Pre-Iterate # BuildMap # JDBCBuildMap # SAPBuildMap # SAPHRManagerRule # PeopleSoftHRMSBuildMap # FilePar...
-
public ProvisioningPlan buildMoveADAccountsPlan(WorkflowContext wfc) throws GeneralException { Logger ruleLog = Logger.getL...
-
IIQ Installation Matrix : IdentityIQ Supported Platforms Matrix - Compass https://community.sailpoint.com/t5/IdentityIQ-Articles/IdentityIQ-...
-
// Fetch current date : Calender calender = Calender.getInstance(); Date currentDate = calender.getTime(); // Printing current date in ter...
-
RJ_KEY — auto generated key (the Job ID) RJ_NAME — name of the scheduled job RJ_JOB_STATUS — current status of the job RJ_EVENT_CNT — number...
-
Configuration steps for Log4j :- 1. Navigate to the below path : C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\idenityiq\W...
-
1. Configure the Manager Quicklink population to allow account only requests. a. Navigate to ===> Global Settings ===> Quicklink Pop...
-
Ex: 1. Navigate to the following directory C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\classes\sailpoi...
-
# ./ iiq console -j # Display the list of console commands: help (or) ? # Exit the from IIQ console : quit # Delete all identities...