We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have endpoints that are authorized by a Keycloak server that uses OpenID Connect, similar to this example: swagger-api/swagger-ui#7963
In other words, I would like to configure the underlying Swagger UI with this configuration:
"securitySchemes": { "OpenIdConnect": { "type": "openIdConnect", "openIdConnectUrl": "https://my.url.com/auth/realms/myrealm/.well-known/openid-configuration" } }
How would I configure swag so that it will Authorize correctly with Keycloak?
swag
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have endpoints that are authorized by a Keycloak server that uses OpenID Connect, similar to this example:
swagger-api/swagger-ui#7963
In other words, I would like to configure the underlying Swagger UI with this configuration:
How would I configure
swag
so that it will Authorize correctly with Keycloak?Thank you!
The text was updated successfully, but these errors were encountered: