I have a user who has definitely been authenticated, but when I try to access the SecurityContextHolder during some requests, the Authentication is null. Why can I see the user information?
If you have excluded the request from the security filter chain using the attribute filters=’none’ in the
Related Questions
- I have a user who has definitely been authenticated, but when I try to access the SecurityContextHolder during some requests, the Authentication is null. Why can I see the user information?
- Try to identify what kinds of requests are causing the leak: Authentication or accounting requests, AuthBy FILE or AuthBy SQL etc?
- How can I configure Samba to use domain accounts for authentication, so that user will be authenticated?