Skip to content
/ spnego Public

Integrated Windows Authentication (Single Sign-On) in Java (Forked).

License

Notifications You must be signed in to change notification settings

gschade/spnego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPNEGO

Overview

This project is forked from spnego.sourceforge.net.

Infos

This version fixes a bug occurring on systems running with Windows encoding (mainly Windows-1252) that are trying to decode a BASIC-Authentication token build on systems running with different (e.g. UTF-8) encoding.

This version of the filter uses a rather pragmatic solution for this problem: it uses a fixed UTF-8 encoding to break up the BASIC-Token.

About

Integrated Windows Authentication (Single Sign-On) in Java (Forked).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages