This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/auth/sso
zeripath b78448e94e
Skip SSPI authentication attempts for /api/internal (#12556)
* Skip SSPI authentication attempts for /api/internal

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>

* Update oauth2.go

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
2020-08-22 12:09:43 +03:00
..
basic.go
interface.go
oauth2.go Skip SSPI authentication attempts for /api/internal (#12556) 2020-08-22 12:09:43 +03:00
reverseproxy.go
session.go
sso.go Skip SSPI authentication attempts for /api/internal (#12556) 2020-08-22 12:09:43 +03:00
sspi_windows.go Skip SSPI authentication attempts for /api/internal (#12556) 2020-08-22 12:09:43 +03:00