Reading client authentication cert in an ec2 hosted dotnet app

0

Hi. I have a dotnet core web app running on an ec2 instance. All users already have access to our aws account via their own client authentication pki cert. How can I read information from that cert in my web app? I need to gather their name (or any unique identifier) as some users require different features.