You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Documentation issue or request
Description
The OpenAPI 2.0 (Swagger) specification allows for the description to be present in the security definitions. When we present the choice to the user to select one security definition based on which the authentication related properties will be configured for the new custom API connector we only display the kind (Basic Authentication, OAuth, API Key) we don't display that description, if present.
We should also display the description to make it easier for the user to pick the security definition/authentication method for the new custom API connector.
This is a...
Description
The OpenAPI 2.0 (Swagger) specification allows for the
descriptionto be present in the security definitions. When we present the choice to the user to select one security definition based on which the authentication related properties will be configured for the new custom API connector we only display the kind (Basic Authentication, OAuth, API Key) we don't display that description, if present.We should also display the description to make it easier for the user to pick the security definition/authentication method for the new custom API connector.