Hi, I am looking for a solution for the below usecase.
Check for AD account presence before provisioning into Database using JDBC Connector. Looking for design options for the same. This is for access request usecase.
Hi, I am looking for a solution for the below usecase.
Check for AD account presence before provisioning into Database using JDBC Connector. Looking for design options for the same. This is for access request usecase.
Thanks @gourab . Do we have any other option. Can we validate the presence of AD account on the cloud before the request comes to VA?
Hi @gladstone_manganoori ,
That might be also possible but I believe above solution is the simplest. I also found a similar post here: Account existence check in target application directly
Thanks @gourab . Will check.
You could use a role that does the provisioning to the JDBC connector and have one of the criteria be something like Account Attribute > AD > distinguishedName > Contains > CN=
See below
Hi @gladstone_manganoori ,
I could think of one way
Let me know if this helps.
Thanks,
Vaibhav
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.