Class JwtAudienceValidator
java.lang.Object
com.sap.cloud.security.token.validation.validators.JwtAudienceValidator
Validates if the jwt access token is intended for the OAuth2 client of this application. The aud (audience) claim
identifies the recipients the JWT is issued for.
Validates whether there is one audience that matches one of the configured OAuth2 client ids.
-
Method Summary
Modifier and TypeMethodDescriptionValidates the given object.