-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Kerberos fails with Spring Security 7.0.2 despite being integrated #18698
Copy link
Copy link
Closed
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesin: kerberosstatus: duplicateA duplicate of another issueA duplicate of another issuetype: bugA general bugA general bug
Description
Describe the bug
According to "What's new in Spring Security 7", "The Spring Security Kerberos Extension is now part of Spring Security"
However, Kerberos authentication fails with
java.lang.ClassNotFoundException: org.springframework.security.crypto.codec.Base64
at org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter.doFilterInternal(SpnegoAuthenticationProcessingFilter.java:147)
To Reproduce
See spring-projects/spring-security-kerberos#338 and spring-projects/spring-security-kerberos#340
Expected behavior
Spring Security Kerberos, if integrated with Spring Security 7, should not use classes which have been removed.
Sample
See links under "To Reproduce"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesin: kerberosstatus: duplicateA duplicate of another issueA duplicate of another issuetype: bugA general bugA general bug