A switch to trun on logging to show the requests and responses in the Authorization Code Flow for the communication with the oauth server(for example, Apple, Facebook, Google, Microsoft) in the log.
Better to also decode the id token and the sensitive value like email, id and name should be masked.
Current Behavior
Not able to find how to show it. The actuator's httpexchange only shows the requests and response between UserAgent and application. I was putting several debug points in the code of the library and made screenshots and mask the sensitive values myself.
Context
This is required for legal purpose to make the data trasfer observable between the application and the 3rd party Auth server.
Expected Behavior
A switch to trun on logging to show the requests and responses in the Authorization Code Flow for the communication with the oauth server(for example, Apple, Facebook, Google, Microsoft) in the log.
Better to also decode the id token and the sensitive value like email, id and name should be masked.
Current Behavior
Not able to find how to show it. The actuator's httpexchange only shows the requests and response between UserAgent and application. I was putting several debug points in the code of the library and made screenshots and mask the sensitive values myself.
Context
This is required for legal purpose to make the data trasfer observable between the application and the 3rd party Auth server.