Get the authorization header
- Concatenate the application identifier and the token using a colon as a separator.
- Encode the resulting string using any variant of Base64.
- Add the authorization method followed by a space in front of the string from step 2.
Example
Example
Application ID = Aladdin, token = OpenSesame
- Concatenate the application ID and the token:
- Encode the string using any variant of Base64:
- Add the authorization method followed by a space in front of the string from step 2:
- The resulting authorization header will appear as follows:
