I am on the free tier so I don’t have JWE enabled. However, when setting up access tokens for session management, jwt.io indicates that my token is encrypted (it starts off like ey…).
So, I am not sure how to get a standard JWS token that is unencrypted. Or, if I can get the encryption key it can be decrypted.
I have a feeling that the token isn’t a JWE but instead opaque - Is the signing algorithm at jwt.iodir by any chance? If so, then you’re likely missing an audience param in your configuration. You can pass the audience in authorizationParams: