cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
902
Views
0
Helpful
1
Replies

Cisco idS TokenInfo response is 401

irvan
Level 1
Level 1

So, i have web application to integrate SSO with Cisco idS. i'm using Cisco Identity Service Client SDK and able to create token but i have an issue with validate token and get TokenInfo data. The response from idS is always 401

{
"error": "unauthorized_client",
"error_description": "Invalid credentials."
}

and i check manually with Postman to request /ids/v1/oauth/tokeninfo and still the same response. is there any documentation about oauth rest api Cisco IDS ? so i can check the correct parameter or what is the correct parameter to get tokeninfo.

1 Reply 1

dekwan
Cisco Employee
Cisco Employee

Hi,

 

Since the Finesse label is added to this discussion, I am assuming you are trying to use the Finesse REST APIs? Have you taken a look at this document here: https://developer.cisco.com/docs/finesse/#!rest-api-with-sso-guide, this page of the doc specifically would be helpful: https://developer.cisco.com/docs/finesse/#!rest-api-with-sso-guide-client-integration

 

Thanx,

Denise