AEM 6.5.5.
Our site is integrated with SAML authentication with MS Azure AD, So it will automatically sign-on when we hit the particular page path. It is working fine as expected.
Now we want to call another application API from AEM page that expects JWT token, that application also used MS Azure AD for authentication.
Is there a way to get JWT token from AEM?