oauth2_audience
Specifies the expected value of the 'aud' claim in the access token presented by the incoming connection request.
oauth2_audience = audience
If an access token does not contain the 'aud' claim, audience verification will not be performed.
This parameter is optional. If not specified, the JWT audience will not be verified.