Hi,
We have the Azure AD login and the APIs hosted in same Azure environment.
So when user login to application we want to retrieve the token and next time when we call the APIs we will forward the same token with Azure API call for back end authorization.
Initially we have implemented SAML 2.0 in Users portal but we don't have more control on the flow.
Then we have implemented the SSO using IdP Forge component, but we have not found any client/server action to get the token.
In IdP React Forge component we can see Token as input parameter of IdPLogin screen, but this token is not JWT.
Is it possible to get JWT in this scenario?
Does this scenario is not possible using SAML 2.0 and we need to go for OAuth 2?
Best Regards,
Nitin