This repository was archived by the owner on May 31, 2022. It is now read-only.
This repository was archived by the owner on May 31, 2022. It is now read-only.
Documentation states wrong configuration prefix. #200
Closed
Description
Summary
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:
spring:
security:
oauth2:
resource:
jwt:
key-value: somekey