Skip to:
Currently, the JWT is logged at TRACE level in the Nimbus client, move that to DEBUG level and base64 decode the JWT if possible.
This is now logged in the ExchangeCodeForDuoToken action after the JWT has been retrieved from the underlying DuoClient.
ExchangeCodeForDuoToken
Currently, the JWT is logged at TRACE level in the Nimbus client, move that to DEBUG level and base64 decode the JWT if possible.