SSO Url unsets user attributes

ejvlf
New Member

Hey,
So, we are using the API to dynamically set some user attributes that change inside our application. After that we generate a SSO URL without user attributes param, that when it gets called resets the user attributes we've previously set. This causes the models to fail as the required attributes are not set: We can see the dashboards but their generation fails because of the lack of attributes. Do I need to add some parameter to the SSO Url so the attributes don't get unset?
Thanks for the help!

1 1 185
1 REPLY 1

ejvlf
New Member

We’ve kind of addressed this by setting the user attributes via the API and then attaching a user to a group with those user attributes. This meant having one group per embedded user.

You can’t set the user attributed directly as to when you fire the SSO Url it recreates the user. All the user attributes that aren’t defined there, get unset. Since you’ve defined them via the API on the group level they get inherited.