Monday, December 27, 2021

DUO Application On-boarding

# Login to SailPoint.

# Navigate to Applications ---> Application Definition

# Select the Application Type as DUO and provide the required details.


# Navigate to Settings, provide the Duo Connection Credentials and Integration Credentials.


# Navigate to Schema, configure Account and Group object.




# Navigate to correlation and configure the attribute-based account correlation.
Ex: username -->bprLogin 


# Test the connection and preview the accounts
# Save

Note: 
Difference between the DUO Connection Credentials & DUO Integration Credentials :
DUO Connection Credentials : To read the accounts
DUO Integration Credentials  : To integrate with DUo mobile application








 


No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...