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

``` java -jar spring-security-kerberos-samples/sec-server-client-auth/build/libs/sec-server-client-auth-2.0.0.jar ``` and I cannot find any passwords generated in terminal log. I can't find any information in the source code as well.

Hi, I just downloaded the code, compiled and started the solution without errors in console. But, when i try to browse I'm getting this error no matter wich URL I...

With the current trend of going reactive / WebFlux, a [WebFilter](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/server/WebFilter.html)-based SPNEGO filter is required in WebFlux applications instead of servlet-Filter based SpnegoAuthenticationProcessingFilter. References: - https://stackoverflow.com/questions/49946015/spring-webflux-ldap-kerberos-security - https://stackoverflow.com/questions/54915787/reactive-spring-security-kerberos-compatible-with-spring-5

type: enhancement

Are there any equivalent classes to use for Webflux+SPENGO like we have SpnegoAuthenticationProcessingFilter, SpnegoEntryPoint, etc for web based spring? Can you please confirm?

type: enhancement

[Mike Wiesner](https://jira.spring.io/secure/ViewProfile.jspa?name=mikewiesner) (Migrated from [SES-11](https://jira.spring.io/browse/SES-11)) said: If you have a client running on an kerberized OS (like Windows), the client should automatically fetch the already present login from the OS...

type: enhancement
in: kerberos
type: jira

[Mike Wiesner](https://jira.spring.io/secure/ViewProfile.jspa?name=mikewiesner) (Migrated from [SES-15](https://jira.spring.io/browse/SES-15)) said: Kerberos/SPNEGO support should also be available on an IBM JVM.

type: enhancement
in: kerberos
type: jira

[Tim Kettler](https://jira.spring.io/secure/ViewProfile.jspa?name=tik) (Migrated from [SES-92](https://jira.spring.io/browse/SES-92)) said: To fetch roles from AD a UserdetailsService needs to log in to the AD Ldap-Server. Currently, when using one of the Kerberos authenticators one...

type: enhancement
in: kerberos
type: jira

[Grant Cermak](https://jira.spring.io/secure/ViewProfile.jspa?name=grantcermak) (Migrated from [SES-94](https://jira.spring.io/browse/SES-94)) said: I have a set of changes prepared that add Active Directory support for decoding the PAC to get the groups to which the Active...

type: enhancement
in: kerberos
type: jira

[Brice](https://jira.spring.io/secure/ViewProfile.jspa?name=blep) (Migrated from [SES-126](https://jira.spring.io/browse/SES-126)) said: Would it be possible to release the Kerberos Ext and publish it on Maven Central? The latest found on the milestone repository is M2 and...

type: task
in: kerberos
type: jira

[Brice](https://jira.spring.io/secure/ViewProfile.jspa?name=blep) (Migrated from [SES-127](https://jira.spring.io/browse/SES-127)) said: When a problem occurs during authentication step, the filter sets 500 error code to the response (cf. https://github.com/SpringSource/spring-security-kerberos/blob/master/spring-security-kerberos-core/src/main/java/org/springframework/security/extensions/kerberos/web/SpnegoAuthenticationProcessingFilter.java#L164 ) which sounds weird for a caught...

in: kerberos
type: regression
type: jira