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
Since 2.7.0 (spring-projects/spring-boot#29084), Boot's had support for auto-configuring a validator for the aud claim. It would be good if Spring Security's documentation could be updated to align with this. Validating the aud claim is currently used as an example of custom validation but you can now just set spring.security.oauth2.resourceserver.jwt.audiences instead.