swagger-ui: 3.25.1 On root button "Authorize" with lock icon: On request specific "unlock icon" antonalechnovic changed the title Classical "auth available authorizations is empty" with basic auth Classical "available authorizations is empty" with basic auth May 7, 2020 antonalechnovic chang...
I had a similar issue where "Available authorizations" was appearing empty when using openIdConnect. After some frustrating debugging, I discovered it was a CORS issue. My auth server is on a different domain so when swagger-ui attempts to fetch the /.well-known/openid-configuration it is blo...