Using spring-security-oauth2 to secure my resources against a SSO endpoint that can act as an authorization server. I\'m a bit confused when the documentation states:
You can separate open resources and protected resources in the spring-security.xml
Pattern /api/** will be protected and other resources will be open.