Forum Discussion

ywatanabe888's avatar
ywatanabe888
Copper Contributor
Feb 14, 2024

How to securely pass a logged in Email from a sharedpoint web part to an external API

I want to pass the login Email address from the SharePoint Framework client-side web part (React) to the AWS RestAPI endpoint without tampering.
How can I do this?
I am thinking that I can do this by passing a JWT token, but is it possible?

Resources