RepreZen / KaiZen-OpenAPI-Editor

Eclipse Editor for the Swagger-OpenAPI Description Language
Eclipse Public License 1.0
115 stars 12 forks source link

OAS3: Offer IANA-registered authentication schemes in content assist #449

Open tedepstein opened 6 years ago

tedepstein commented 6 years ago

In the Security Scheme Object, we don't currently provide any help in content assist for the scheme property.

According to the OpenAPI spec, scheme should be:

The name of the HTTP Authorization scheme to be used in the Authorization header as defined in RFC7235.

We might not want to validate this, since the registry is subject to change. But we could take current values and make them available in code assist.