Open
Description
Q&A (please complete the following information)
- OS: [Windows [10]
- Browser: [Chrome, Firefox]
- Version: [latest]
- Method of installation: [Docker]
- Swagger-UI version: [latest]
- Swagger/OpenAPI version: [OpenAPI 3.0]
Content & configuration
The example can be found at:
https://github.com/jakubmalek/swagger-ui-security-ref-example
Describe the bug you're encountering
- The "Available authorizations" popup is empty.
- No errors in the console
To reproduce...
git clone https://github.com/jakubmalek/swagger-ui-security-ref-example.git
docker build -t jakubmalek/swagger-ui-example:latest .
docker run -p 8080:8080 --name swagger-ui-example -d -it jakubmalek/swagger-ui-example:latest
- Open
http://localhost:8080
in the browser - Click on "Authorize" button
Expected behavior
Authorization popup with form to be shown.
Screenshots
Additional context or thoughts
When security schema is embedded in the API specification it's working.