-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAS 3.0 Support Backlog #3641
Comments
cc: @webron |
Also: Rendering
Try It Out / Rendering
|
In the OAS3, |
Is there an update on when Authentication/Authorization will be supported by the UI? We used the "authorizations" in 2.0 heavily and are wanting to release with 3.0 support soon. This is a big missing piece for us. I saw mention in #3774, #3705, #3665 that it is being worked on in this issue number. |
Yup. The authorization should be included by in this week's release. Keep in mind it's more about compatibility with what existed in 2.0 (base auth, oauth2, and api key). That means that OIDC is not going to be available yet. As for bearer (JWT!), that might be in, but @shockey would be able to verify. |
type: http
scheme: bearer will be supported 😄 |
O.M.G. !!!! !! ! 😱 |
@leehicks, FYI, support for most 3.0 security schemes were added in tonight's release! Check out the release notes for more info. |
@leehicks - release notes - https://github.com/swagger-api/swagger-ui/releases/tag/v3.4.0 If you encountered an issue with the implementation, please file a ticket, providing the requested details in the template. |
@webron - Any progress on below issues?
|
We try to keep the list above up to date... |
Hey - looks like d587d9c was regressed at some point between 3.3.1 and 3.4.4. ( Callbacks are not rendered ) |
@craigjbass thanks, see swagger-api/swagger-editor#1565. |
What is the current progress? It's very useful option. |
Also needing the file upload back in OpenApi 3.0 :) Is there a dedicated issue to watch? Thank you for working on it! |
Hi, |
Is there anything we can help speeding this up? |
@jonyeezs PRs help ;) |
We really need the feature described in #4345 |
Please allow this soon! |
doc api_key:
type: "apiKey"
name: "api_key"
in: "header" in is api_key:
type: "apiKey"
name: "api_key"
in: "cookie" error:
|
@zeromake make sure your spec is |
.. and get How I am suppose to play with the [object File] above to finish the upload please ? |
When is multipart file upload going to be supported. You had this before! |
It is supported in 2.9.2. |
It is not showing up for me. Please see my stackoverflow https://stackoverflow.com/questions/54334438/how-do-i-specify-a-multifile-upload-in-openapi |
The picker shows up, but the UI does not appear to send the filename or mime type along with the binary. |
This is issue #4600. |
Hi, Can we have status about this missing feature ?
So that an api call output can serve as input for another call (as explained there: https://swagger.io/docs/specification/links/) Thanks! |
Hi there; I am trying to send multiple files in one property, as described in the Specification, I declare
when I send the request I spect
but I see this in the body
|
What's the status of
and rendering links as hyperlinks? |
This is a collection ticket for OAS3 specification features that are not yet supported by Swagger-UI.
Items that affect both UI and Client will be listed here as well, but Client-only items will be filed in the Client issue tracker.
Significant items should be broken out into their own ticket when work begins, but simple items can be addressed as a line item here.
Rendering
example
/examples
is not displayedstyle
/explode
is not displayedallowReserved
is not displayedcontent
is not displayedexample
/examples
is not displayedencoding
is not displayedTry-It-Out
style
/explode
is not considered in request constructioncontent
values are not rendered for Try-It-Outencoding
values are not consideredAccept
,Content-Type
,Authorization
) are not filtered outallowEmptyValue
is not considered in request value validationopenIdConnect
is not supportedThe text was updated successfully, but these errors were encountered: