You can use Jamf Connect's testing feature to save a test user's access, refresh, an ID token after a successful authentication.
Requirements
You must have a working configuration for an identity provider (IdP) that uses the OpenID Connect authentication protocol with Jamf Connect (e.g., Microsoft Entra ID, Google Cloud ID, OneLogin, PingFederate).
Each token is saved as an encoded string in a .txt file.
jamf-refreshToken.txt
jamf-accessToken.txt
jamf-idToken.txt
To decode the tokens, you can use a JSON web token (JWT) decoder tool, such as Auth0's jwt.io website.