IAM Configuration: Mapping a specific user field to Snipe-IT field? #10653
Unanswered
mmartinescu
asked this question in
Q&A
Replies: 1 comment 7 replies
-
No, we ignore all of the additional attributes, all we care about is Username on the Snipe-IT side, and (usually) For employee ID and various other things, we'll only really care about them when doing an LDAP userlist sync. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the process integrating Snipe-IT with our institution's SSO using SAML. I'm trying to map a attribute provided by the SSO service (call it
instPersonID
) to Snipe-IT's Employee No. field. Is that possible using Snipe-IT's SAML Custom Settings or maybe LDAP Sync? If yes, how?In our SSO system, the username is mutable: users can request to change their usernames. Hopefully not too often but it does happen. There is another property on the SAML side, instPersonID, that is immutable and unique for each user. Hence why I want to put that attribute in the Employee No. field in Snipe-IT. Essentially: if a user changes their username on our side (e.g. from
jsmith
tojohnsmith
), how does that affect the LDAP sync on the Snipe-IT side? Will there now be two accounts in Snipe-IT?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions