Open
Description
- OS: All
- Browser: Firefox
- Method of installation: dist package
- Swagger-UI version: 3.37.1
- Swagger/OpenAPI version: OpenAPI 3.0
Query is regarding using OIDC in Swagger UI. Swagger UI is hosted on Liberty server. The server has oidcClient configured and a REST API gives all the information regrading client credentials, redirect url etc. With the current implementation it seems that it takes the discovery url and the user is supposed to enter the credentials. But it might not be known to all the users. What I need is that Swagger UI takes the credentials from the server and then redirects directly to the login page of OIDC. Can anyone please help with this?