-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add AWS Cognito as IdP with Multiple Organization Support #3222
Conversation
Hello guys, Do you know when Cognito support will be pushed to the master branch and AWS AMI images? |
bump |
Great feature, we need it merged¡ |
Will this get merged in 9.0? and this is not supporting if we try to use UI seperatly mentioned in this link https://redash.io/help/open-source/dev-guide/remote-server |
We want to use this feature! |
@gsollazzo , thanks for the PR! We've updated a lot of things now that we're Community-driven so - if you're still interested in getting this merged - would you mind rebasing off master to re-run the CI, as well as updating merge conflicts? We're trying to clean up our PR todo list, so if you're not interested, that's fine - we'll close the PR in about a week if we don't hear back. If you're interested in reopening the PR afterwards, we would also very much welcome that. |
In the initial PR submission it has this:
That sounds like a potential security problem to me. Hopefully I'm misunderstanding something? 😄 |
This add one more authentication method via AWS Cognito based on the JWT integration (see merged pull request #2768)
Example config:
When we get user from AWS Cognito as a JWT, it's match user by email+organization in database and log in. If we don't have user with this email in database, and the organization exist, then it will be created.