openVulnAPI icon indicating copy to clipboard operation
openVulnAPI copied to clipboard

Updates for new OAuth URL needed in multiple resources

Open dstaudt opened this issue 2 years ago • 1 comments

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

dstaudt avatar Mar 06 '23 19:03 dstaudt

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

dstaudt avatar Mar 13 '23 20:03 dstaudt