Skip to content

Commit

Permalink
logging for Moodle autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Dec 11, 2024
1 parent d4a3067 commit 6123334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void commence(
}

if (authorizationContext.autoLogin(jwt)) {
final String uriString = this.webserviceURIService.getURIBuilder().toUriString();
final String uriString = "https://raph.ethz.ch";
log.info("Autologin successful, redirect to: {}", uriString);
response.setStatus(HttpStatus.TEMPORARY_REDIRECT.value());
response.setHeader(HttpHeaders.LOCATION, uriString);
Expand Down

0 comments on commit 6123334

Please sign in to comment.