353 Results
[Podcast] Socialize by Using Social: Engaging Customers for Exceptional CX
Socialize by Using Social: Engaging Customers for Exceptional CX The Customer Engagement team is back with the second episode of Titans of Customer Engagement: A Customer Experience Podcast....6.8KViews
Sign in to react to this post1Comment
[Podcast] Strategizing Social Media for an Ever-Evolving World
Lucas Diorio (ldiorio), Social Media Manager at GTB, joins us for an episode of Titans of Customer Engagement to discuss his ideas on how to keep up in an ever-changing digital landscape. Don't f...6KViews
Sign in to react to this post1Comment
[Podcast] Audience-First: Lessons & Strategies for Building a Better Brand
Audience-First: Lessons & Strategies for Building a Better Brand A big thank you to everyone taking time to listen to our podcast, and giving us such positive reviews! For our 3rd ep...8.4KViews
Sign in to react to this post2Comments
[Podcast] NetApp Community Channels: Measuring Growth & Implementing New Features
For our 5th episode of Titans of Customer Engagement, Drew Claybrook (Drew_C), Digital Support Community Manager of NetApp, joins the show to discuss his experience with NetApp and how they’re e...6.3KViews
Sign in to react to this post1Comment
[Podcast] Invest for Impact: Transforming a Legacy Brand with Digital Engagement
Invest for Impact: Transforming a Legacy Brand with Digital Engagement For our 4th episode of Titans of Customer Engagement, we talked with Kelsey Jones Art (kelseyjonesart), Social M...5.9KViews
Sign in to react to this post1Comment
Free Marker: Any way to know if MyProfilePage was saved.
Hi There... I'm fairly sure I can do a lot of what I want using javascript. However, if possible I rather use Free Marker. Is it possible to know that the MyProfilePage was saved (as when t...Solved564Views
Sign in to react to this post8Comments
- AdamT15 years agoLithium Alumni (Retired)
My apologies.
You'll need to reference the results as so:
<#if activity.results.name.UserUpdated??> ... </#if>
Sorry for the confusion!
Sign in to react to this post
Why SSO Cookie was not written into response when using firefox browser?
We use Lithium SSO in our product. When users log into the website, we will call LithiumSSOClient.writeLithiumCookie() to write the SSO Cookie. When I use firefox to log into our website, I coul...Solved242Views
Sign in to react to this post1Comment
- DougS11 years agoKhoros Alumni (Retired)
When an SSO cookie is processed, Lithium tries to delete the cookie and replace it with a cookie that starts with an exclamation point (!lithiumSSO:). This is to prevent the app from trying to process the same cookie it's already processed more than 1 time, which we don't allow (for security reasons). We also put time limits on how long an SSO token is good for, so it's best practice to only set an SSO cookie right befor sending a browser to the community.
It shouldn't matter how you generate the cookie (server-side or ajax call), as long as the request is secure and cannot be used to get an sso token that lets you log in as another user.
If you are making an ajax call to another domain to get an sso cookie, make sure you have CORS configured correctly for that community and are sending the correct headers.
If an sso cookie is set by an ajax call, you should always reload the page (or make another ajax request with the sso cookie) since the sso processing happens on the server-side.
I googled "ajax can't set cookie firefox" and found this stackoverflow article:
Jquery Ajax Firefox not sending cookie (Chrome works)
Maybe what you're trying is related?
-Doug
Sign in to react to this post
"1" was searched 1,755 + 501 times one day in August?
What on earth could this be? Our community is closed to open registrations, and SSO authentication only.240Views
Sign in to react to this post3Comments