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
{{ message }}
This repository was archived by the owner on May 31, 2022. It is now read-only.
The Documenation states that the prefix for activating the OAuth2ResourceServerConfiguration is spring.security.oauth.resource.*, but in the getMatchOutcome(..) method the prefix is set like this String prefix = "security.oauth2.resource.";.
Configuration
Added @EnableResourceServer and add configuration like: