Hi,
I have a customer trying to obtain an oauth access token from Genesys on a Microsoft azure rest service by using the https://login.cac1.pure.cloud/oauth/token API.
The API return a body with token_type:"bearer" (b in lowercase) which doesn't comply to the rfc6750 with a B in uppercase.
This causes an issue with the Microsoft Azure service which await a token_type:"Bearer" and cannot be modify.
Thank you for the clarification @Eos_Rios, i wasn't aware of the RFC 6749
If fact, the customer support suggested me to ask my question here.
I will inform my customer that they should ask Microsoft if they can adjust the expected response and hope they will.