Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
charlesmlambdalcom
6 months agoNew Contributor
Okta <->SCIM Bridge attribute mapping details
Hi All,
I recently implemented a SCIM Bridge for integrating Okta & 1Pass and while the docs got me most of the way there, there is missing info thats vital to know specifically around attribute m...
Kevin_1P
1Password Team
6 months agoHey charlesmlambdalcom 👋
Thanks for reaching out. I have a few questions about your setup because the mappings defined in the documentation you linked are all that are needed to get working.
First though, you can continue to use the displayName
mapping you've defined, that will continue to work. 👌
I'm looking at the validation code in the SCIM bridge and it goes something like: if either the givenName
or familyName
values are empty, it will check the displayName
, and if that is empty it will produce the error you've found.
Is it at all possible that the user.firstName
or user.lastName
fields in Okta are empty? Can you double-check that the mappings are accurate?
If we can get to the bottom of where things went wrong, we can update the docs to be a little more clear. 🙏