Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Trying this for the first time:1- I created My Apps & Keys2- Setup everything in Postman.3- This is basically my code:import requests
url = "https://cloudsso2.cisco.com/as/token.oauth2"
payload='response_type=code&grant_type=client_credentials&clie...
Whew man this is rough. I have worked with few other vendor APIs and they are just so much easier. Just generating an API token is a night mare with Cisco. So I have been able to get rid of the "verification error" and back to "unauthorized_client"...
Cisco PSIRT openVuln API: Cisco PSIRT openVuln API But I haven't really gotten that far yet. I can't even generate a token using the script. Little more progress: InsecureRequestWarning: Unverified HTTPS request is being made to host 'cloudsso.cisc...
Still not working, tried to follow your blog instructions but keep getting 'unauthorized_client' or some other message. That is what I thought that these should be sent in the header but Cisco docs confused me a bit. Any ways I tried sending everyt...