Following the Authentication Docs
to generate the API credentials, after redirecting to https://{cluster_url}/service/panel/authentication/v1.0/company/{company_id}/oauth/authorize along with the mentioned query params , I get “Invalid signature version” error .
I am generating HMAC signature using the query Parameters (except ‘x-fp-signature’) string as baseString using SHA256 algorithm and then appending the hex string for the signature in the ‘x-fp-signature’ query parameter