jeremyschulman / netbox-plugin-auth-saml2

Netbox plugin for SSO using SAML2
119 stars 21 forks source link

Assistance with getting SAML groups to sync #53

Open jasonbyatt opened 2 years ago

jasonbyatt commented 2 years ago

Hi all

Less of an issue more of some guidance, I've got SAML working however I'm trying to have all users in a group be a super user which doesn't pull through.

'is_superuser': 'saml-group2'

For "saml-group2" do I simply provide the DN of that group? I'm currently attempting to use a Global Security Group as Domain Local didn't work. The user logs in but simply gets 0 permissions until its manually set.

Appreciate the help!

beezed1 commented 2 years ago

I just put the relevant AD group name that was passed through on that line. Seems to work ok for me.