sso avatar

Avatar
  • updated
  • Answered
We are logging in our users with sso (javascript/node) and would like to set the user avatar since we have it in our app already. Is this possible? It looks like it may be deprecated.

How would you rate the customer service you received?

Satisfaction mark by Richard Sawyer 9 years ago

Add a comment about quality of support you received (optional):

Pinned replies
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Answered
Hello,
Yes, it is possible. Add parameter "avatar_url" to your SSO package.
P.S.: will fix our documentation soon, thank you!
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Answered
Hello,
Yes, it is possible. Add parameter "avatar_url" to your SSO package.
P.S.: will fix our documentation soon, thank you!
Avatar
Phyu Phyu
Like
Avatar
Richard Sawyer
We don't store our user pic as an unsecured url. Does the url supplied in avatar_url need to be permanent? Or do you take a copy of the image so we can just supply a temporary url for the initial signup?
Avatar
Sergey Stukov co-founder
When user avatar is not set and avatar_url is provided we copy corresponding image on our servers, so you can provide it for initial signup.
Avatar
Richard Sawyer
And if the user pic changes, can we update the avatar?
Avatar
Vladimir Mullagaliyev co-founder
Quote from Richard Sawyer
And if the user pic changes, can we update the avatar?
Hello,
We've added new parameter "force_update_avatar". Please check our SSO documentation.