pages-core icon indicating copy to clipboard operation
pages-core copied to clipboard

Wrong callback code should throw 4xx error rather than 500

Open drewbo opened this issue 1 year ago • 0 comments

These endpoints should throw a non-500 error

  • https://pages.cloud.gov/admin/auth/uaa/callback?code=nonsensecode
  • https://pages.cloud.gov/auth/uaa/callback?code=nonsensecode

Acceptance Criteria

  • [ ] Wrong callback code throws 4xx error rather than 500

drewbo avatar May 15 '24 17:05 drewbo