spring-security-kerberos
spring-security-kerberos copied to clipboard
Spring Security Kerberos
Moving from java 7 to java 8 suddenly the GSSContext.acceptSecContext(kerberosTicket, 0, kerberosTicket.length) raised an exception due to a missing file: gss.conf. Turns out the config lookup in ConfigFile$Spi.() now uses...
These constructors of KerberosRestTemplate aren‘t used.
This remove an unused import and an unused variable from `run()`.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ##...
Fixes #134
Makes this sample valid for both 1.2.x and 1.4.x versions of spring boot, otherwise tomcat initializes its own authentication manager which does not use the configuration from the config class.
- Because Kerberos tickets can only be validated once, any attempt to execute this filter more than once will result in “KrbException: Request is a replay” - Fixes #46