swagger-ui: 3.25.1 On root button "Authorize" with lock icon: On request specific "unlock icon" Activity antonalechnovicchanged the title [-]Classical "auth available authorizations is empty" with basic auth[/-] [+]Classical "available authorizations is empty" with basic auth[/+] on May ...
I had a similar issue where "Available authorizations" was appearing empty when usingopenIdConnect. 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-configurationit is blocked...