Skip to content

Debugging JWTs from OIDC integration? #5029

Discussion options

You must be logged in to vote

Trace will show the contents of the response only encoded in base64 for ease of logging, and the access request response (token endpoint) is a normative OIDC application/json response with the id token JWT in the id_token property, and the opaque access token in the access_token property.

You should inquire with the other applications developers about how to debug this, as it's unlikely to be possible to debug an issue they're having from the Authelia side, and the responses are valid according to the official OIDC conformance suites. The only potential issue you may be able to debug is them never requesting the token by missing requests to that endpoint which will be most evident with th…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@iamscottcab
Comment options

@james-d-elliott
Comment options

Answer selected by iamscottcab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants