-
Notifications
You must be signed in to change notification settings - Fork 56
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
Create group if not in DB #189
Comments
Hey @santigandolfo, Would you create a PR for this and include some tests? |
Thanks for your contribution! I merged the PR after fixing the tests. It'll be released in the next release, v3.11.0. |
Hi @mostafa , do you have any ETA on when we will have release |
Hey @santigandolfo, I was hoping I can add tests with mock IdP (#187), yet it seems to be a bigger task than I initially anticipated. So, I'll release the new version without the test today. |
I just released v3.11.0. |
Currently if a group from the
user_identity
and aGroup.DoesNotExist
is thrown, then the group is skipped.It would be nice to have a setting
'CREATE_GROUPS': True,
(similar toCREATE_USER
) that instead would let us create the group and add it to the list:The text was updated successfully, but these errors were encountered: