cyberark / conjur-openapi-spec

OpenAPI v3 specification for Conjur / DAP v10+
https://conjur.org
Apache License 2.0
11 stars 2 forks source link

Include 404 tests for External Authenticator endpoints #180

Closed john-odonnell closed 3 years ago

john-odonnell commented 3 years ago

Is your feature request related to a problem? Please describe.

404 is a viable response for /authn-{service}/{service_id}/{account}/{login}/authenticate endpoints. Tests reproducing this response should be added to the existing tests.

Describe the solution you would like

One test case function for each tested authenticator:

Describe alternatives you have considered

n/a

Additional context

n/a

john-odonnell commented 3 years ago

The 404 responses listed here are not valid responses on these endpoints. They are a remnant of a previous design decision to generalize external authenticator endpoints.