Get Azure SSO "auto create user" to use attribute sAMAccountName instead of name for user name? #15329
Unanswered
paulrosberg
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Did you happen to solve this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also interested in this answer. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I set up Azure SSO using https://docs.netbox.dev/en/stable/administration/authentication/microsoft-azure-ad/ and works great. The only thing I want to change is the fact the the auto created users are using the name attribute instead of sAMAccountName (users are coming from our Active Directory).
ex.
If name attribute is "John Dow" the auto created username is "JohnDow".
Is it possible to get NetBox to instead use the sAMAccountName for the user name? Was trying to find a way to change the attribute mapping in Azure for NetBox but failed to do so. Anyone know?
Beta Was this translation helpful? Give feedback.
All reactions