spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

[Documentation] Update resource server docs about valdiation of JWT 'aud' claim

Open wujek-srujek opened this issue 2 years ago • 0 comments

The documentation (https://docs.spring.io/spring-security/reference/reactive/oauth2/resource-server/jwt.html#_runtime_expectations and https://docs.spring.io/spring-security/reference/servlet/oauth2/resource-server/jwt.html#_runtime_expectations) doesn't mention it, but if the configuration has the spring.security.oauth2.resourceserver.jwt.audiences property set than the resource server will validate the aud claims as well.

wujek-srujek avatar Jul 24 '22 14:07 wujek-srujek