Shared authentication

Hi,

Is there a way to allow users authenticated in some client, to have access to a protected api of another client, both from the same realm?

Thanks.

Alex Gouvea.

Absolutely. You’ve restated the fundamental use case for single sign on. You can use the token from the authentication for the first client for requests to the API. Please post here if you have specific questions about implementation if you encounter problems.