tibemsOAuth2Params_SetDisableVerifyHostname
Function
Purpose
Set a flag that disables client verification of the host name in the secure OAuth 2.0 authorization server host’s certificate.
C Declaration
tibems_status tibemsOAuth2Params_SetDisableVerifyHostname( tibemsOAuth2Params params, tibems_bool disableVerifyHostname );
IBM Systems
This function is not supported on z/OS and IBM i systems.
Parameters
Parameter | Description |
---|---|
params
|
Set the value in this OAuth 2.0 parameter object. |
disableVerifyHostname |
|
Remarks
Unless explicitly disabled via this function, the host name in the secure OAuth 2.0 authorization server host’s certificate is always verified.
This function is not relevant if using an OAuth 2.0 authorization server with an HTTP URL.