websspi icon indicating copy to clipboard operation
websspi copied to clipboard

HTTP auth middleware for Go that uses Kerberos/NTLM SPNEGO with SSPI for single sign-on authentication of HTTP requests in Windows environments

Results 3 websspi issues
Sort by recently updated
recently updated
newest added

By setting `(websspi.Config).ResolveLinked` there will be another `*websspi.UserInfo` placed in the request context with the key `websspi.LinkedTokenUserInfoKey`. The example is extended to return both, the regular and linked token (emphasis...

It might be desirable adding a configuration parameter to do group lookup over the `TokenLinkedToken`. This contains the "elevated" token, if the UAC filtered the direct token. Using the default,...

Every time I try to upload a file larger than ~2.5Mb to my webapp, websspi logs the following error message and stops execution: 2023/06/05 11:31:51 Authenticating request to ... 2023/06/05...