I'm trying to implement SSO (Single sign-on) in Power App Portals.
I have another e-commerce web application that includes customers from the master Power App. When the user logged into the Power app, I'm going to display a link to redirect to the separate e-commerce web application and need to skip the login part, and the customer should be signed in.
SO, I'm planning to display a link button that includes the JWT token. Then I can deserialize the redirect URL and trigger the customer sign-in part in the e-commerce application.
This is the first time I'm trying power app development and couldn't find a proper reference to generate JWT token in Power App Portal.
It's a big help if anyone can instruct me with some steps or provide some resource URLs.