in src/main/java/org/jetbrains/teamcity/githubauth/GitHubOAuth.java [115:117]
private HttpAuthenticationResult authenticated(HttpServletRequest request, ServerPrincipal principal) {
return HttpAuthenticationResult.authenticated(principal, true).withRedirect(request.getContextPath() + "/overview.html");
}