-
Notifications
You must be signed in to change notification settings - Fork 82
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
Integration with Keycloak IDP #770
Comments
Hi @mvidhu, sorry for the late response. Let me understand the situation, do you want to replace Azure AD by Keycloak or would it be an add-on on top of your existing Azure AD server? For the first situation, from what I am reading in the keycloak docs it allows SAML integration, the cognito docs and this medium post. One example that looks very similar to what we would need to do to integrate keycloak with Cognito is what they do in AWS Orbit Workbench If the integration is a AzureAD + Keycloak + Cognito I am going to need more details. Let me know if that helps and let's brainstorm together |
Sorry for the delay in response. We would like keycloak to be add-on top of our existing Azure AD setup. |
Hi @mvidhu, it is never too late :) Release 2.2.0 includes a feature that replaces Cognito completely with your own IdP. It allows more flexibility on how the user information from authentication is retrieved and used for authorization. Take a look at the PR and docs (in deployment guide) and let's have a call to deep dive on your issue. |
Hi all - giving notice that this issue is planned to be closed tomorrow due to inactivity. Please let us know if you need any other assistance on the above @mvidhu and happy to continue conversation. Otherwise, thanks for raising this issue! |
Closing the above issue - please re-open or file a new issue if any additional comments/concerns, thanks! |
P.S. Don't attach files. Please, prefer add code snippets directly in the message body.
We are setting up keycloak as IDP with user federation to Azure AD. We would like to know if Data.all supports keycloak IDP for authentication & authorization of users?
The text was updated successfully, but these errors were encountered: