Enabling token authentication on the TURN Server
Enable token authentication on the IBM® Sametime® Media Manager's TURN Server component.
Before you begin
About this task
To enable token authentication on the TURN Server, set
the property turn.auth.token.required to true.
Setting this property will accept the AUTHENTICATION_TOKEN attribute
from any ALLOCATE request.
Procedure
- On the computer hosting the TURN Server, locate the TurnServer.properties file, which is located in the TURN Server's installation directory.
- Open the file for editing.
- Enable token authentication for ALLOCATE requests by completing
the following steps:
- Locate the
turn.auth.token.requiredproperty. - Set its value to
true.
- Locate the
- Enable token authentication for BIND requests by completing
the following steps:
- Locate the
turn.auth.binding.token.requiredproperty. - Set its value to
true.
- Locate the
- Save and close the file.
- Restart the TURN Server.