1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/modules/auth/sso
zeripath 8bf2ee1e02
Skip SSPI authentication attempts for /api/internal (#12556) (#12559)
Backport #12556

SSPI fails badly on authentication attempts to /api/internal which
it can never succesfully authenticate.

Fix #11260

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
2020-08-22 17:09:14 -04:00
..
basic.go Remove check on username if AccessToken authentication (#11015) 2020-04-14 13:32:03 -05:00
interface.go Add single sign-on support via SSPI on Windows (#8463) 2019-11-23 01:33:31 +02:00
oauth2.go Skip SSPI authentication attempts for /api/internal (#12556) (#12559) 2020-08-22 17:09:14 -04:00
reverseproxy.go Use google/uuid to instead satori/go.uuid (#11943) (#11946) 2020-06-18 10:06:48 -04:00
session.go Add single sign-on support via SSPI on Windows (#8463) 2019-11-23 01:33:31 +02:00
sso.go Skip SSPI authentication attempts for /api/internal (#12556) (#12559) 2020-08-22 17:09:14 -04:00
sspi_windows.go Skip SSPI authentication attempts for /api/internal (#12556) (#12559) 2020-08-22 17:09:14 -04:00