• Sivapriya Rajeshwer
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
We have configured an auth provider using open id connect and created registration handler to create and update user. I have a requirement to get the ID Token as well. so I tried to use String token = Auth.AuthToken.getAccessToken(authproviderId, 'Open ID connect') where authproviderId is the ID of the provider that I configured. This token value always returns null. Can anyone help me with this issue? Appreciate your response. Thanks!
Hello, I have an application in Custom Lightning Service Console. It has Home, Case and one custom object tabs in the menu bar. When I login, I would like to land in Home tab in the navigation menu bar. Home is the top item in the list. When I login it still lands in Case object or Custom object tab. Can anyone help me in configuring this?
I have gotten a requirement to fetch the current user's firstname and lastname in the community portal custom HTML header. I was able to pull user's email using UserContext.userName. Anyone has any suggestions on how to pull the fistname and lastname?

Any help would be appreciated.
Thanks!
I have gotten a requirement to fetch the current user's firstname and lastname in the community portal custom HTML header. I was able to pull user's email using UserContext.userName. Anyone has any suggestions on how to pull the fistname and lastname?

Any help would be appreciated.
Thanks!

I'm just starting out in SF, and don't have a lot of development experience. We have a customer portal that was recently developed, and I need to tweak it a bit to output the current user's main account name in the header of the portal. As far as I can tell I can only upload a static HTML file via the Documents section of our instance. Is that correct? How would I pull in a dynamic value to that section of our portal?

  • July 28, 2010
  • Like
  • 0