https://bz.apache.org/bugzilla/show_bug.cgi?id=64011
Michael Osipov <micha...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Michael Osipov <micha...@apache.org> --- The error is pretty obvious, the credentials aren't delegated but you have set useDelegatedCredential="true". Moreover, spnegoDelegationQop="auth" is invalid. According to the RFC 4752 it must be either auth-int or auth-conf. Can you enable debug logging? I want to see it from here: https://github.com/apache/tomcat/blob/8.5.x/java/org/apache/catalina/realm/RealmBase.java#L474-L509 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org