spring-security-kerberos
spring-security-kerberos copied to clipboard
Spring Security Kerberos
otherwise, you will get NPE when creating "KerberosPrincipal" instance
Fix for https://github.com/spring-projects/spring-security-kerberos/issues/96
hello, we are seeing occasionally below error in a number of applications using spring security ``` Error: Negotiate Header was invalid: Negotiate TlRMTVNTUAABAAAAl4II4gAAAAAAAAAAAAAAAAAAAAAGAbEdAAAADw== 2016-04-07T09:45:38.000+00:00 [App/0] OUT org.springframework.security.authentication.BadCredentialsException: Kerberos validation not...
Hello I am using KerberosRestTemplate (spring-security-kerberos-client) in order to execute Druid Query through POST Method call. I am getting "Software caused connection abort: socket write error". The following is the...
### Summary When using `SpnegoAuthenticationEntrypoint` with _forward_ to login form/custom 401 page spring is unable to authenticate any request method beside the one supported by the forward. ### Actual Behavior...
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). # HTTP URLs that...
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 ##...
I've asked the question over at StackOverflow but to no avail: [LINK](https://stackoverflow.com/questions/55269191/negotiate-header-invalid-with-spring-security-kerberos-plugin) Using the 1.0.1.RELEASE version of this project (via Grails Spring Security Kerberos plugin). I am getting "Negotiate Header...