Skip to content
New issue

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

How do I use this with OpenID Connect? #9

Open
gmlewis opened this issue Jul 22, 2022 · 0 comments
Open

How do I use this with OpenID Connect? #9

gmlewis opened this issue Jul 22, 2022 · 0 comments

Comments

@gmlewis
Copy link

gmlewis commented Jul 22, 2022

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?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant