[MQ 9.4.3 Jun 2025]

TOKEN_ENDPOINT

The URI of the endpoint of a token provider.

Applicable Objects

ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory

JMS administration tool long name: TOKEN_ENDPOINT

JMS administration tool short name: TKEP

Programmatic access

Setters/getters
  • MQConnectionFactory.setTokenEndpoint()
  • MQConnectionFactory.getTokenEndpoint()

Values

null
This is the default value.
Any valid string
This must be a valid token provider URL.
Note: If you specify the TOKEN_ENDPOINT connection factory property:
  • The TOKEN_CLIENT_ID and TOKEN_CLIENT_SECRET properties are mandatory.
  • The USER_AUTHENTICATION_MQCSP connection factory property must be set to true.
  • You must not also specify UserId on the connection factory properties.