How to get a token from SAML user session

We have a requirement to send access token to a service so that service will deserialize the token and retrieve the data based on user access.

But we are using SAML for authentication , in this case is it possible to retrieve a JWT like token form user session and send it in the service ?