How to fetch details of current user logged in using SSO

0
I have to show details(Name, Email, Title etc) of logged in user in the home page. How to get these details if the user login using SSO
asked
1 answers
0

Hi Sahthi, 

 

While user is logged in via SSO, account will be created in the system. 

 

Get relevant information from account entity and display it in homepage.

answered