06/21/2023 06:01 AM
Hello folks !
Context : In order to leverage multiple applications based on Active Directory, we have created :
I came up with the following Access Query :
WHERE users.userkey in (select userkey from user_accounts where accountkey in (select accountkey from accounts where endpointkey in (select endpointkey from endpoints where endpointname='Active Directory')))
Expected behaviour : After launching the DefaultEndpointDeltaSyncTrigger (MicroServiceJob) successfully, my expectation is to have the endpoint hidden when requesting an access to someone that does not have an Active Directory account.
Current behaviour : Futurmaster BLOOM is still available in the main access request page (KO),
but when I click on it to be redirected on the Classic Experience, it displays an empty page, and filter is correctly applied (OK)
Thanks for your help !
06/21/2023 07:48 AM
Hello @adriencosson,
Your query looks correct, can you try with the below query, I slightly amended the query,
where users.userkey in (select userkey from user_accounts where accountkey in (select accountkey from accounts where endpointkey in (select endpointkey from endpoints where endpointname = 'Active Directory')))
Thanks,
06/22/2023 04:38 AM
Hello @sudeshjaiswal,
I pasted your suggestion on the Access Query, unfortunately I am seeing the same behaviour :
Any chance you can get different suggestions ?
06/23/2023 03:36 AM
Hello @adriencosson,
Can you confirm whether a similar issue persists if you remove the access query?
Additionally, could you please validate if the "Enable enhanced application catalog-based searches?" is enabled under the global configuration?
For Ref :- https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter13-Access-Requests/Understan...
Thanks,
06/27/2023 04:07 AM
Hello @sudeshjaiswal ,
If I remove the Access Query I can see the endpoint available for request of course.
Yes I do confirm the below config is enabled on our tenant :
06/27/2023 04:09 AM
Make it blank
06/27/2023 06:07 AM
Thanks @rushikeshvartak I'm going to check the same and revert back once tested.