oauth2_audience

Specifies the expected value of the ‘aud’ claim in the access token presented by the incoming connection request.

oauth2_audience = audience

The EMS server can be configured to accept multiple audience values. For example:

oauth2_audience = ems_aud1
oauth2_audience = ems_aud2

This parameter is optional. If not specified, the JWT audience will not be verified.