We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the PSIRT API is transitioning to a new OAuth URL:
OLD -https://cloudsso.cisco.com/as/token.oauth2 NEW - https://id.cisco.com/oauth2/default/v1/token
The URL needs to be updated in multiple areas through this repo, e.g. the OAS doc (readme comments), code examples, etc.
This search seems to capture all of them: https://github.com/search?q=repo%3ACiscoPSIRT%2FopenVulnAPI%20token.oauth2&type=code
The text was updated successfully, but these errors were encountered:
The API base URL is also modified with this migration and will need to be modified throughout:
OLD: api.cisco.com NEW: apix.cisco.com
Sorry, something went wrong.
No branches or pull requests
As the PSIRT API is transitioning to a new OAuth URL:
OLD -https://cloudsso.cisco.com/as/token.oauth2
NEW - https://id.cisco.com/oauth2/default/v1/token
The URL needs to be updated in multiple areas through this repo, e.g. the OAS doc (readme comments), code examples, etc.
This search seems to capture all of them: https://github.com/search?q=repo%3ACiscoPSIRT%2FopenVulnAPI%20token.oauth2&type=code
The text was updated successfully, but these errors were encountered: