Skip to content

Commit

Permalink
Merge pull request #26 from FINTLabs/FFS-495-brannslukkingslosning-i-…
Browse files Browse the repository at this point in the history
…auth-forward-service

add debug logging og client-id and secreet
  • Loading branch information
Battlestad authored Oct 12, 2023
2 parents a9fc7cd + d191992 commit 130639e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/no/fintlabs/oidc/OidcService.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ public void refreshToken() {
log.debug("Refreshed token for UPN {}", session.getUpn());
} else {
log.debug("No need to refresh token!");
log.debug("Session: " + session.getSessionId());
log.debug("Token: " + session.getToken());
}
});
}
Expand Down

0 comments on commit 130639e

Please sign in to comment.