Skip to content

Commit

Permalink
Disable Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLydonKing committed Aug 14, 2024
1 parent f1e665f commit e6dca19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class KerberosSPNEGOAuthenticationProvider(activeDirectoryLDAPConfig: ActiveDire
if (kerberos.krbFileLocation.nonEmpty) {
logger.info(s"Using KRB5 CONF from ${kerberos.krbFileLocation}")
System.setProperty("java.security.krb5.conf", kerberos.krbFileLocation)
System.setProperty("KRB5RCACHETYPE","none")
}

def spnegoAuthenticationProcessingFilter(authenticationManager: AuthenticationManager): SpnegoAuthenticationProcessingFilter =
Expand Down

0 comments on commit e6dca19

Please sign in to comment.