You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
I want to log RegisteredClient.clientId, RegisteredClient.clientName when it performs successful client credentials flow. How can I achieve this?
Current Behavior
I checked logs (with TRACE level) when a client exchanges its application credentials, such as client ID and client secret, for an access token.
Context
How can I know more about client information such as clientId, clientName. Is it possible to add these information in the logs, so if anyone wants to have this they can enable the specific class in their logger configuration?
The text was updated successfully, but these errors were encountered:
Expected Behavior
I want to log
RegisteredClient.clientId
,RegisteredClient.clientName
when it performs successful client credentials flow. How can I achieve this?Current Behavior
I checked logs (with TRACE level) when a client exchanges its application credentials, such as client ID and client secret, for an access token.
Below is a summary of what I get in the logs:
Context
How can I know more about client information such as
clientId
,clientName
. Is it possible to add these information in the logs, so if anyone wants to have this they can enable the specific class in their logger configuration?The text was updated successfully, but these errors were encountered: