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 (22)
- ISC Application Management (3)
- ISC-LifeCycleState (1)
- ISC-Transforms (1)
- ISC-VSCode (1)
- 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 (34)
- SailPoint - Certification (1)
- SailPoint - Glossary (2)
- 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)
Friday, April 18, 2025
User Level Access Matrix
Multifactor Authentication
https://documentation.sailpoint.com/saas/help/common/strong_auth.html
Thursday, April 17, 2025
ISC Connectors
Reference :
https://community.sailpoint.com/t5/IdentityNow-Connectors/Identity-Security-Cloud-Connectors/ta-p/80019
Wednesday, April 16, 2025
Leading Practices
1.Locate VAs close to sources
2.Restarting the VA cluster is almost always the best first action to resolve problems with a VA
3.Use Static IP addresses to simplify networking setup and monitoring
4.To avoid a single point of failure in your environment, maintain a 1:1 VA-to-VM ratio
5.Create New VAs to Switch Deployment Locations and Platforms
6.Allow inbound communications over SSH (port 22) secure shell access for administrative purposes so you can access the VA from inside your network
7.Deploy a minimum of 2 VAs per cluster
8.Separate Sandbox and Production clusters
9.Allow unrestricted outbound traffic on ports 53 (DNS), 123 (NTP), and 443 (HTTPS). As an alternative, you can set up a proxy or single point of access. (Network proxy, firewalls, and caching products can interfere with VA communications)
10.Optional: for added security within your network, configure VAs to communicate with connected sources over Transport Layer Security (TLS)
Email Notifications
Reference:
https://documentation.sailpoint.com/saas/help/common/getting_notified_org_health.html
Identity Security Cloud Updates & Announcements
Reference:
https://community.sailpoint.com/t5/Identity-Security-Cloud-Updates/bg-p/Updates
SailPoint Identity Services Glossary
https://documentation.sailpoint.com/saas/help/common/glossary.html
SaaS Configuration
Reference:
https://developer.sailpoint.com/docs/extensibility/configuration-management/saas-configuration/
ISC API's
API:
v2024 APIs | SailPoint Developer Community
https://developer.sailpoint.com/docs/api/v2024/
Rules
Reference :
Rules | SailPoint Developer Community
https://developer.sailpoint.com/docs/extensibility/rules/
ISC-Transforms
# Transforms allow you to manipulate attribute values while aggregating from or provisioning to a source.
# To implement a Transforms, utilize Visual Studio Code for a straightforward and efficient approach.
# Transform execution proceeds from the innermost Transform to the outermost Transform.
# expression - "now" - It will provide ISO8601 date format (when roundup is true)
- "now/d" - It will round up to the next day (when roundup is true)
# roundup - true
# expression - "now" - It will provide ISO8601 date format (when roundup is true)
- "now/d" - It will round up to the current day without timestamp (when roundup is true)
# roundup - false
Reference :
Transforms | SailPoint Developer Community
https://developer.sailpoint.com/docs/extensibility/transforms
IAM, IGA & Identity Security
IAM sets up the employee's account so they can log in and access the application with their credentials. IGA makes sure that access requ...
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...