How to get JWT access token instead of opaque access token?

Great! Glad to hear it!

Are you looking for an Access Token to use with an API, or are you looking for additional information about the user? You may want to try using the ID Token instead of the Access Token since that is always a JWT and is meant to provide profile info to the client.