Netbox SAML Azure AD Permission #9598
-
Hi So I got Netbox to sign in via Azure AD -> however users get created without any rights. Any guide on how to get netbox to assign rights to users (read groups ?) Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ryanmerolle
Jul 30, 2022
Replies: 1 comment
-
I think thats a byproduct of django's social auth project. Group memebership does not get pulled down like you get from LDAP. There are ways to do it with the package by putting in a middleware script, but I have not tried it yet personally. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ryanmerolle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think thats a byproduct of django's social auth project. Group memebership does not get pulled down like you get from LDAP. There are ways to do it with the package by putting in a middleware script, but I have not tried it yet personally.