Skip to content

Instantly share code, notes, and snippets.

@dani
Created February 1, 2019 19:28
Show Gist options
  • Save dani/b0eaa29526656bf8c65de9d7047d05f7 to your computer and use it in GitHub Desktop.
Save dani/b0eaa29526656bf8c65de9d7047d05f7 to your computer and use it in GitHub Desktop.
500 error when trying to auth using OpenIDConnect
févr. 01 20:27:38 gitea gitea[5472]: [Macaron] 2019-02-01 20:27:38: Started GET /user/oauth2/fws_sso for 192.168.7.101
févr. 01 20:27:38 gitea gitea[5472]: 2019/02/01 20:27:38 [D] Session ID: 5d86537343aebc71
févr. 01 20:27:38 gitea gitea[5472]: 2019/02/01 20:27:38 [D] CSRF Token: rUgTnqH7boJ4tMKAFu-KeFCnUxI6MTU0OTA0ODczODQ4NzI1MjAyOA==
févr. 01 20:27:38 gitea gitea[5472]: [Macaron] 2019-02-01 20:27:38: Completed GET /user/oauth2/fws_sso 307 Temporary Redirect in 6.275183ms
févr. 01 20:27:38 gitea gitea[5472]: [Macaron] 2019-02-01 20:27:38: Started GET /user/oauth2/fws_sso/callback?session_state=tpru25wTDuC%2FfcNzQnpCLJS4AG0R9rZePGVNB4jpmRM%3D.L3JRZEZINGpPenI4TkhlUjJmQXljdz09&state
=e3ef0d83-9d4e-4784-ac5e-90b86c0eaac6&code=4288c5e20c47ad7a70e46fd60aaee76525d9536fd831522858afae6b3392f32c for 192.168.7.101
févr. 01 20:27:38 gitea gitea[5472]: 2019/02/01 20:27:38 [D] Session ID: 5d86537343aebc71
févr. 01 20:27:38 gitea gitea[5472]: 2019/02/01 20:27:38 [D] CSRF Token: rUgTnqH7boJ4tMKAFu-KeFCnUxI6MTU0OTA0ODczODQ4NzI1MjAyOA==
févr. 01 20:27:38 gitea gitea[5472]: 2019/02/01 20:27:38 [...routers/user/auth.go:548 handleOAuth2SignIn()] [E] UserSignIn: oauth2: cannot fetch token: 500 Internal Server Error
févr. 01 20:27:38 gitea gitea[5472]: Response: Internal Server Error
févr. 01 20:27:38 gitea gitea[5472]: 2019/02/01 20:27:38 [D] Template: status/500
févr. 01 20:27:38 gitea gitea[5472]: [Macaron] 2019-02-01 20:27:38: Completed GET /user/oauth2/fws_sso/callback?session_state=tpru25wTDuC%2FfcNzQnpCLJS4AG0R9rZePGVNB4jpmRM%3D.L3JRZEZINGpPenI4TkhlUjJmQXljdz09&sta
te=e3ef0d83-9d4e-4784-ac5e-90b86c0eaac6&code=4288c5e20c47ad7a70e46fd60aaee76525d9536fd831522858afae6b3392f32c 404 Not Found in 24.416367ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment