anonymous-access

Spring Boot Security PreAuthenticated Scenario with Anonymous access

a 夏天 提交于 2020-01-25 08:06:46
问题 I have a Spring Boot (1.5.6) application that is using the "pre-authenticated" authentication scenario (SiteMinder) from Spring Security. I have a need to expose the actuator "health" endpoint anonymously meaning the requests to that endpoint will not go through SiteMinder and as a result, the SM_USER header will not be present in the HTTP Request Header. The problem I'm facing is that no matter how I try to configure the "health" endpoint, the framework is throwing an org.springframework