Skip to main content
Solved

Setup SSO using JWT with Freshdesk


man.nguyen
Apprentice

Hi Freshwork community.

I am setting up SSO using JWT with Freshdesk (by setting Customer Portal). I implemented successfully but when my customers login. I see their email instead of their name. It is really tough to me when I want to know who they are.

I hope to receive your answer soon. 

Best regards,

Best answer by Keer

Hello @man.nguyen, we’ve created a ticket on your behalf to troubleshoot this further and have dropped an email to you as well. I hope that helps! 

View original
Did this topic help you find an answer to your question?

2 replies

Keer
Community Debut
Forum|alt.badge.img+12
  • Community Debut
  • 413 replies
  • Answer
  • May 24, 2021

Hello @man.nguyen, we’ve created a ticket on your behalf to troubleshoot this further and have dropped an email to you as well. I hope that helps! 


  • Community Debut
  • 3 replies
  • April 3, 2025

Ensure your JWT payload includes both "name" and "email" fields. Freshdesk may default to displaying the email if the "name" attribute is missing. Update your JWT token to pass the correct customer name and verify the mapping in Freshdesk SSO settings.