1

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

Community
  • 1
  • 1
walid
  • 35
  • 5
  • can you give more details about this? – Isuru Gunawardana Dec 19 '13 at 04:46
  • I should create a scheduled task who run some shell scripts stored in differents unix machines. For each one, i must have credentials to open connection (i managed to create same user/pwd for WSO2 and the unix machines) – walid Dec 19 '13 at 10:38

1 Answers1

0

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.

Samisa
  • 1,012
  • 1
  • 10
  • 19