mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.4.x' into 3.5.x
Closes gh-46636
This commit is contained in:
+2
-1
@@ -35,6 +35,7 @@ import org.springframework.util.StreamUtils;
|
||||
* @author Artsiom Yudovin
|
||||
* @author Mushtaq Ahmed
|
||||
* @author Yan Kardziyaka
|
||||
* @author Yanming Zhou
|
||||
* @since 2.1.0
|
||||
*/
|
||||
@ConfigurationProperties("spring.security.oauth2.resourceserver")
|
||||
@@ -173,7 +174,7 @@ public class OAuth2ResourceServerProperties {
|
||||
}
|
||||
|
||||
public String readPublicKey() throws IOException {
|
||||
String key = "spring.security.oauth2.resourceserver.public-key-location";
|
||||
String key = "spring.security.oauth2.resourceserver.jwt.public-key-location";
|
||||
if (this.publicKeyLocation == null) {
|
||||
throw new InvalidConfigurationPropertyValueException(key, this.publicKeyLocation,
|
||||
"No public key location specified");
|
||||
|
||||
Reference in New Issue
Block a user