-
Notifications
You must be signed in to change notification settings - Fork 66
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
Ability to map exisitng LDAP SSO groups to teams #4768
Comments
Suggestion from customer
|
I think the prefix/postfix option is actually a most practical solution. It means we don't need to keep a table of group to team/role mappings Something like this in flowfuse/forge/ee/lib/sso/index.js Line 299 in 4c4d31a
Or the same in LDAP code flowfuse/forge/ee/lib/sso/index.js Line 435 in 4c4d31a
|
Will need to make sure @knolleary if you get a second, can you comment on this suggestion (before I run off and build the UI for it) |
Feels like a sensible quick solution that is most flexible. An alternative would be to require the actual pre/post strings to be provided - not as flexible, although perhaps more deterministic. Stick with lengths for now. |
OK, got the changes done, will add some extra groups to my SSO test rig after lunch |
Just thinking that using the length does mean it's possible to match other groups... e.g. prefix 5 matches both
I don't think this is a problem as only LDAP/SAML admins should be able to create groups? |
Description
Customer has hard rules on LDAP group names, not allowed to match
ff-[team-slug]-[role]
group names.Would like a way to explicitly set group name for a given team
Which customers would this be available to
Enterprise Tier Only (EE)
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
The text was updated successfully, but these errors were encountered: