Ali Alidoust
Ali Alidoust

Reputation: 93

How to send user identity across servers using mule esb?

We are trying to connect multiple RESTful services together using Mule ESB. One of our requirements is that the logged-in user should be available in all back-end servers. How could we satisfy such a requirement?

Upvotes: 0

Views: 45

Answers (1)

Víctor Romero
Víctor Romero

Reputation: 5115

That is not the work of an integration engine, it can help for sure, but the main piece of work should be done by a single sign on engine like:

Upvotes: 1

Related Questions