Configure OAuth 2.0 in the EMS Server

To enable OAuth 2.0 authentication of incoming connections to the EMS server, add oauth2 to the user_auth server parameter.

user_auth=oauth2
Note: The EMS server can be configured to use oauth2 alongside other authentication methods. See Authentication Methods for details.

In order to validate the signature and claims of access tokens presented by incoming connections, the oauth2_server_validation_key and oauth2_user_claim server parameters must also be set. See OAuth 2.0 Parameters for descriptions of all required and optional OAuth 2.0 related server parameters.