
Questions: 19,736 //
Answers: 43,524 //
Contributing Members: 14,735
Other
HI Experts,
I have a mule application which is deployed on CloudHub with client id enforcement policy enabled. If we have multiple client IDs related to the different users (App) then is there any way to get the user information related to the particular client id in mule application based on Client ID. For e.g.
client_id 1 ---> related to ----> User 1
client_id 2 ---> related to ----> User 2
Then can I get the User 1 information using client_id1 in mule application.
Thanks
Apr 12 at 12:53 PM, karthickricky answered with:
store all details in csv file and retrieve all the details from csv and store in hashmap
Apr 12 at 12:55 PM, vishnuprasad answered with:
Hi @ karthickricky thanks for the reply but I am taking about cloud hub