cyberark / conjur-openapi-spec

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

Added new routes for OIDC functionality #220

Open telday opened 2 years ago

telday commented 2 years ago

Desired Outcome

Bring the OpenAPI spec up to date with updates to the OIDC authenticator for the Conjur UI MFA feature.

Implemented Changes

Added two additional endpoints to the authenticators tag, one which allows retrieval of a list of all available OIDC authenticators (ListOIDCAuthenticators) and one which provides details on a single authenticator (GetOIDCProviderInfo).

Connected Issue/Story

CyberArk internal issue link: ONYX-20982

Related Conjur PR

Definition of Done

Changelog

Test coverage

Documentation

Behavior

Security