Open animeshsarkar-bct opened 4 years ago
Hi, I was trying to integrate the SSO login in a Vue app and it is working and I can able to get request_token. But this token is not working when I try to call another API. steps
"url": "https://mydomain.com/projectname/users/me ", "method": "GET", "headers": { "content-type": "application/json", "authorization": "Bearer xxxxxxx",
but it gave me "Unauthorized request" code 3
Please help me if I am doing anything wrong
I found the solution in your code I called /auth/sso/access_token with resuest_token and it works. But, it was not written on your documentation
Hi, I was trying to integrate the SSO login in a Vue app and it is working and I can able to get request_token. But this token is not working when I try to call another API. steps
but it gave me "Unauthorized request" code 3
Please help me if I am doing anything wrong