cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Unable to get aToken from Cisco Support API

ssambourg
Level 1
Level 1

Hello,

 

I'm tryining to use Cisco Support API for PSS.

 

After reading :

Devnet getting started : https://developer.cisco.com/docs/support-apis/#!getting-started-with-cisco-support-apis-for-pss

API Console User guide : https://apiconsole.cisco.com/files/APIx_Platform_User_Guide.pdf

API Token Access : https://apiconsole.cisco.com/files/Token_Access.pdf

 

I am able to see my application under https://apiconsole.cisco.com/apps/myapps with a client ID and client secret.

 

I'm triying to get a token using postman with :

Authorization Type : OAuth2.0

Grant type : Client Credential

Access token URL : https://cloudsso.cisco.com/as/authorization.oauth2

and give client ID and secret as my request parameters.

 

With postman I can't receive a token.

 

According to the Token Access documentation, I tried with a web browser using this URL :

https://cloudsso.cisco.com/as/authorization.oauth2?response_type=code&client_id=[my app client_id]

 

I've got : 

Error

Oops

Looks like something is not right. Please contact your administrator.


404 - Not Found

 

Does someone know how to deal with that ?

Who Me Too'd this topic