I'm writing a sheduled task in WSO2 ESB who execute an external program. I want to send credentials informations of the WSO2 user to those programs when i run the task. Is there any way to make it ??
Best regards
I'm writing a sheduled task in WSO2 ESB who execute an external program. I want to send credentials informations of the WSO2 user to those programs when i run the task. Is there any way to make it ??
Best regards
I think the pattern you are using here is not right. The proper way to do this is not to use a task to send the credentials, rather use the user manager to get the 3rd party system to authenticate against the ESB's user store directly.