We have an app, where end users login to the application using SAML. Once logged in REST APIs are used. These REST APIs are hosted outside of AEM. Is there a way can authorize the REST API calls in the external system using login-token created during SAML login ? For example, we pass the login-toke...