spring-security-kerberos
spring-security-kerberos copied to clipboard
Spring Security Kerberos
[John Ruiz](https://jira.spring.io/secure/ViewProfile.jspa?name=jar349) (Migrated from [SES-128](https://jira.spring.io/browse/SES-128)) said: It's been over three years since the release of milestone 2. In that time, there have been a substantial number of fixes, improvements, and...
[André Schäfer](https://jira.spring.io/secure/ViewProfile.jspa?name=aschaefer) (Migrated from [SES-136](https://jira.spring.io/browse/SES-136)) said: Problem: Browsers that do not Support Kerberos Authentication receive and display an empty page when authentication response is provided by the SpnegoEntryPoint. This is...
[Walter Seymore](https://jira.spring.io/secure/ViewProfile.jspa?name=walterjs) (Migrated from [SES-143](https://jira.spring.io/browse/SES-143)) said: Since this module is being used heavily for several years now, can this please be officially released?
Migrated from [SES-152](https://jira.spring.io/browse/SES-152)
[Jiri Novak](https://jira.spring.io/secure/ViewProfile.jspa?name=hosp) (Migrated from [SES-164](https://jira.spring.io/browse/SES-164)) said: Hi guys, I wanted to use Kerberos on Windows server with Java 8 (u45), so I tried your sample sec-server-spnego-form-auth-xml from github. It works...
Migrated from [SES-176](https://jira.spring.io/browse/SES-176)
The current version `1.0.1.RELEASE` uses `org.apache.httpcomponents:httpclient:4.3.3`. With it, calling `restTemplate.getForObject()` results in: ``` KrbException: Server not found in Kerberos database (7) at sun.security.krb5.KrbTgsRep.(KrbTgsRep.java:70) at sun.security.krb5.KrbTgsReq.getReply(KrbTgsReq.java:251) at sun.security.krb5.KrbTgsReq.sendAndGetCreds(KrbTgsReq.java:262) at sun.security.krb5.internal.CredentialsUtil.serviceCreds(CredentialsUtil.java:308) at...
I tried to follow http://docs.spring.io/autorepo/docs/spring-security-kerberos/1.0.2.BUILD-SNAPSHOT/reference/htmlsingle/#samples-sec-server-win-auth but got confused about two places mentioning Linux: > Important > You may need to use custom kerberos config with Linux either by using >...
Currently `KerberosServiceAuthenticationProviderTest` will fail if environment is not setup. For example if on linux you don't have `/etc/krb5.conf` so that jdk could read default realm. If some tests really need...