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
I am using waffle and spring security to have a single-sign on solution. Everything works and I am able to allow access based on the user's belonging to network groups (created and maintained by IT staff here), but I am unable to get the distribution groups (emailing lists) that the user belongs to. This would be more helpful because emailing lists may be managed by non-IT staff and there is no extra steps/waiting times in modifying the groups memberships.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Distribution groups aren't security groups and aren't included in the security information provided at logon. I think you'll have to enumerate those from ActiveDirectory directly, waffle can't help you.
I am using waffle and spring security to have a single-sign on solution. Everything works and I am able to allow access based on the user's belonging to network groups (created and maintained by IT staff here), but I am unable to get the distribution groups (emailing lists) that the user belongs to. This would be more helpful because emailing lists may be managed by non-IT staff and there is no extra steps/waiting times in modifying the groups memberships.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: