Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Child endpoints in an AzureAD connection

DanJ
New Contributor III
New Contributor III

Hi all

I have a question about AzureAD connection and child endpoints.

We hide our main ADSI-connected endpoint from ARS, and make extensive use of the ENDPOINTS_FILTER in our ADSI connector, then we make only the resulting child endpoints requestable. Is there a similar procedure for AzureAD-connected endpoints? There is no ENDPOINTS_FILTER in the connection config. If we just create child endpoints with appropriate entitlements will it all magically sync OK?

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

ENDPOINTS_FILTER  works similar way. and config should be there in connection if its missing you can add 

connections --> Connection Type LIst - Search "AzureAD" , Add in the end by comma separated 

rushikeshvartak_0-1704941971862.png

Connection Attributes as Comma Separated :

CLIENT_ID,CLIENT_SECRET,ACCESS_TOKEN,AAD_TENANT_ID,AZURE_MGMT_ACCESS_TOKEN,AUTHENTICATION_ENDPOINT,MICROSOFT_GRAPH_ENDPOINT,AZURE_MANAGEMENT_ENDPOINT,CREATEUSERS,WINDOWS_CONNECTOR_JSON,CREATE_NEW_ENDPOINTS,ACCOUNT_ATTRIBUTES,ENTITLEMENT_ATTRIBUTE,DELTATOKENSJSON,ACCOUNT_IMPORT_FIELDS,ConnectionJSON,CreateGroupJSON,UpdateGroupJSON,DeleteGroupJSON,AddAccessJSON,ENTITLEMENT_FILTER_JSON,RemoveAccessJSON,CreateTeamJSON,CreateChannelJSON,STATUS_THRESHOLD_CONFIG,ACCOUNTS_FILTER,PAM_CONFIG,ENDPOINTS_FILTER,ConfigJSON

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

DanJ
New Contributor III
New Contributor III

great, that's fixed it thanks 🙂