Class JwtAudienceValidator

  • All Implemented Interfaces:
    Validator<Token>

    public class JwtAudienceValidator
    extends Object
    implements Validator<Token>
    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.