We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9895b0 commit 53516c7Copy full SHA for 53516c7
1 file changed
src/main/java/com/digitalsanctuary/spring/user/service/DSOAuth2UserService.java
@@ -151,7 +151,7 @@ public User getUserFromGoogleOAuth2User(OAuth2User principal) {
151
* @return A User object representing the authenticated user.
152
*/
153
public User getUserFromKeycloakOAuth2User(OAuth2User principal) {
154
- log.debug("Getting user info from Google OAuth2 provider with principal: {}", principal);
+ log.debug("Getting user info from Keycloak OAuth2 provider with principal: {}", principal);
155
if (principal == null) {
156
return null;
157
}
0 commit comments