I have registered My Application that uses the Automated Software Distribution API and have Client Credentials and Secret. I'm using grant_type authorization_code.
I'm trying to login to get the athorization code using :-
curl -s -k -H "Content-Type: application/x-www-form-urlencoded" -X POST -d "response_type=code" -d "client_id=$CID" https://cloudsso.cisco.com/as/authorization.oauth2
And was hoping for a response containing the authorization code. Instead I get "Looks like something is not right!"
Any help would be appreciated.
THIS ISSUE HAS BEEN SOLVED! Thanks Simon