You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we would only override "public" methods: in this case, get_or_create_user() would be the one but it doesn't save the NEW user
34
36
We could override that AND save_user() (each to handle new or existing users) but the latter does not receive the attributes which include the groups...
35
37
36
-
This does NOT create the groups if they do not exist. They have to be created in the UI
37
-
This is not a big issue and it works around an existing bug with dojo/group/utils.py::group_post_save_handler (user does not yet exist and he is forcefully added to the new group - boom)
38
+
Similar to AzureAD, this creates the matching SAML groups if they do not already exist.
0 commit comments