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.
Bonjour,J’ai créé une application sur le Developer Portal (Application Type: Service, Grant Type: Client Credentials) pour accéder à l’API Cisco PSIRT openVuln API.L’authentification OAuth2 fonctionne (j’obtiens bien un token via https://cloudsso.cis...
I restarted the authentication process and generated a new key and access token according to the URL you gave me. It works now. Thank you for your help.
Hi, @Torbjørn thank you for your answer.Here is how i am trying to call my APIimport requests# ==== CONFIGURATION ====CLIENT_ID = "m5k6jcpsdf4zvpa3s79fkvgm" CLIENT_SECRET = "sysQY84Y9TSWaR2wQfFNfgss" access_token = "eyJraWQiOiJYYmZSeTktVmNq...