TIBEMS_OAUTH2_CLIENT_SECRET
Environment Variable
Purpose
Set the OAuth 2.0 client secret to use when connecting to the OAuth 2.0 authorization server.
Remarks
The OAuth 2.0 client secret must be set in order to successfully request access tokens from an OAuth 2.0 authorization server using an OAuth 2.0 grant. The value set via this environment variable should correspond to the OAuth 2.0 client ID set in TIBEMS_OAUTH2_CLIENT_ID
.