Discussions
Error getting access token
curl --request POST
--url 'https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/token'
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"grant_type": "client_credentials",
"client_id": "bd22b110-2b79-44a2-b2eb-e1e026dd68f8",
"client_secret": "..."
}
'
Posted by Astervinus 10 months ago
Hi i am running this code everyti me its generating its giving me an error for no reason , could you please tell me issue
import os
import uuid
Posted by null 11 months ago
I am doing same , what ever you have told iam still facing same issue
import requests
Posted by null 11 months ago
I am not able to understand , What value should i put in authentication Bearer token .
I am using api to create animation , But u need to require disparity url to do it . But if I want to get url in animation I need to give some Authorisation bearer token in rght hand side box .What token should I provide in that box for authentication . I have already provided id, secret , access token . But simply that was not working
Posted by null 11 months ago