Jump to: navigation, search

oauth Section

This section must be called oauth, and is configured in the Genesys Administrator Extension Server Application object of type Genesys Administrator Server.

The parameters in this section are required for the OAuth module in Genesys Administrator Extension.

For the GWS login of GAX, set the following parameters in the oauth section of the application option.

gws_auth_host

Default Value: Empty
Valid Values: Auth host URL; for example, https://gws-aps2.genhtcc.com.
Changes Take Effect: After Genesys Administrator Extension is restarted.
Specifies the Authorization Host URL.

Important
This parameter is mandatory from 9.0.100.72. GAX will not start if this parameter is not set. For the GAX GWS login to work with GWS https URL, make sure you provide the GWS https URL for this parameter.

gws_env_host

Default Value: Empty
Valid Values: Environment host URL; for example, http://gws-aps2-int.genhtcc.com.
Changes Take Effect: After Genesys Administrator Extension is restarted.
Specifies the Environment host URL.

Important
This parameter is mandatory from 9.0.100.72. GAX will not start if this parameter is not set. For the GAX GWS login to work with GWS https URL, make sure you provide the GWS internal GWS URL for this parameter.

access_token_uri

Default Value: Empty
Valid Values: A fully qualified URI for the OAuth service endpoint; for example, http://192.0.2.0:8095/auth/v3/oauth/token.
Changes Take Effect: After Genesys Administrator Extension is restarted.

Important
This parameter is not required from GAX version 9.0.100.72.

Specifies the Genesys Web Services (GWS) authentication server endpoint where the access token is granted.

client_id

Default Value: Empty
Valid Values: OAuth2 client ID; for example, dev_client.
Changes Take Effect: After Genesys Administrator Extension is restarted.

Specifies the client identifier issued during the registration of an application.

password

Default Value: Empty
Valid Values: OAuth 2 client secret; for example, gwstest.
Changes Take Effect: After Genesys Administrator Extension is restarted.

Specifies the confidential secret issued to the client during the registration of an application.

user_logout_uri

Default Value: Empty
Valid Values: URI for user logout; for example, http://192.0.2.0:8095/auth/v3/sign-out.
Changes Take Effect: After Genesys Administrator Extension is restarted.

Specifies the authentication server endpoint for logout.

Important
This parameter is not required from GAX version 9.0.100.72.

user_auth_uri

Default Value: Empty
Valid Values: URI for user authorization; for example, http://192.0.2.0:8095/auth/v3/oauth/authorize.
Changes Take Effect: After Genesys Administrator Extension is restarted.

Specifies the authentication server endpoint for user authorization.

Important
This parameter is not required from GAX version 9.0.100.72.

user_info_uri

Default Value: Empty
Valid Values: URI for user authorization; for example, http://192.0.2.0:8095/auth/v3/userinfo.
Changes Take Effect: After Genesys Administrator Extension is restarted.

Specifies the authentication server endpoint for retrieval of information about the current user from Genesys Web Services (GWS).

Important
This parameter is not required from GAX version 9.0.100.72.
This page was last edited on October 17, 2020, at 00:27.
Comments or questions about this documentation? Contact us for support!