Generating the Signature for the TBA Authorization Flow

This section contains details about generating the signature required for both Step One and Step Three of the TBA authorization flow.

The following example is showing the way the signature should be constructed. The final result depends on the language you use for generating the signature.

          signature = HMAC-SHA256(key, text) 

        

Where:

The result digest octet string is used as the resulting oauth_signature parameter after:

Warning:

As of 2023.1, the support ended for the HMAC-SHA1 signature method.

For more information, see the following topics

Related Topics

General Notices