Skip to content

Commit

Permalink
Debug LTI token
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a58456ad7fb66b825e814db35197387b4e0b9cfa
  • Loading branch information
pdesgarets authored and Gitlab-CI committed Dec 4, 2024
1 parent ec913c0 commit 83e9bdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public ResponseEntity<String> launch(
@RequestHeader("origin") String origin,
HttpSession session
) {
logger.debug("Lti token : {}", idToken);
DecodedJWT jwt = this.ltiService.getValidatedJWT(idToken, state, origin, session);

User user = myUserDetailsService.upsertUser(
Expand Down

0 comments on commit 83e9bdb

Please sign in to comment.