SCIM Provisioning Password
#16234
-
When a user is provisioned in Entra and SCIM creates them in the SnipeIT server, does it give them a password for SnipeIT? Just curious since it has login enabled. |
Beta Was this translation helpful? Give feedback.
Answered by
snipe
Feb 11, 2025
Replies: 1 comment
-
It has to, since it's a required field in Snipe-IT for users, but it's a bogus password that would never actually allow login, since all passwords are one-way hashed, and the bogus one isn't, so it quite literally can never pass authentication. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TechGuy32
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It has to, since it's a required field in Snipe-IT for users, but it's a bogus password that would never actually allow login, since all passwords are one-way hashed, and the bogus one isn't, so it quite literally can never pass authentication.