add more logging

This commit is contained in:
Jean Perez 2023-07-26 17:04:46 -03:00
parent 253f63a2f5
commit 5cc521ec33
1 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,9 @@ class ::OAuth2BasicAuthenticator < Auth::ManagedAuthenticator
extra:
#{auth["extra"].to_hash.to_yaml}
all:
#{auth&.to_hash&.to_yaml}
LOG
if SiteSetting.oauth2_fetch_user_details?