spring-security-kerberos icon indicating copy to clipboard operation
spring-security-kerberos copied to clipboard

Spring Security Kerberos

Results 111 spring-security-kerberos issues
Sort by recently updated
recently updated
newest added

[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...

type: task
in: kerberos
type: jira

[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...

type: enhancement
in: kerberos
type: jira

[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?

type: task
in: kerberos
type: jira

Migrated from [SES-152](https://jira.spring.io/browse/SES-152)

in: kerberos
type: jira
type: bug

[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...

in: kerberos
type: jira
type: bug

Migrated from [SES-176](https://jira.spring.io/browse/SES-176)

in: kerberos
type: jira
type: bug

correct a typo. "send" should be "sent".

type: enhancement

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...