-
Notifications
You must be signed in to change notification settings - Fork 13
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
Keycloak OAuth #1634
Comments
Can I confirm if the cognito works and you can share a sample config. I have tested my grant config with an express server and get the session and jwt after the auth flow, but when in the bailo config the only conclusion I can pull from network tab is there is a race condition on the api calls overwriting the session |
Hi, as discussed in a separate thread, the cause of your issue was the Grant configuration you'd written not working with a Keycloak instance running in a Docker container. You need to provide an |
Is your feature request related to a problem? Please describe.
Currently the OAuth providers available is only cognito as I can see. I'm willing to commit support for creating the keycloak provider however I'm finding challenge in the complexity of the codebase hardcoding of providers despite config initially seeming more flexible. I'm working on something but get stuck with the /api/connect/{provider}/login and what work needs to be done from there.
Please see my fork for my progress so far if that's helpful!
Describe the solution you'd like
Using keycloak for login/authentication instead of cognito as the OAuth provider
Describe alternatives you've considered
Our usecase requires keycloak for OAuth2
The text was updated successfully, but these errors were encountered: