Discuss this help topic in SecureBlackbox Forum
Specifies how client ID and client secret are sent during authorization.
Declaration
Description
Normally, during OAuth 2.0 authorization the client provides his identifier and secret in the authorization header field. However, not all authorization servers support this behavior. When communicating with such servers, set UseURLParams to True, and client identifier and client secret will be sent as request parameters. The default value is False.