Using Azure AD, I have a .NET Core Web API Controller that has authenticated the user using OAuth2 and I have a JWT Bearer token and a Claims Principal.
Is there any way of using either of these to generate a SAML token so I can call another API, that only supports SAML, on behalf of this user?