You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to integrate actuator(using http basic authentication) with spring authorization server, but no success.
I added a separate security filter chain for actuator, with order 2. Authorization and default security filter chains are set as default.
In actuator flow: /actuator/** --> actuator filter chain --> add WWW-authentication header --> internal dispatched to /error --> authorization filter chain --> redirect to /login. The login page for authorization server is show in browser, not http basic prompt. This can be verified with curl:
Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. We prefer to use GitHub issues only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it).
I tried to integrate actuator(using http basic authentication) with spring authorization server, but no success.
I added a separate security filter chain for actuator, with order 2. Authorization and default security filter chains are set as default.
In actuator flow: /actuator/** --> actuator filter chain --> add WWW-authentication header --> internal dispatched to /error --> authorization filter chain --> redirect to /login. The login page for authorization server is show in browser, not http basic prompt. This can be verified with curl:
So what is the intended solution in this case? Full code here.
The text was updated successfully, but these errors were encountered: