My ASP.NET app is open like https://dashboard.mycompany.com/ .
There is a function to verify user's permission via log in.
Once user log in and clicking a button in https://dashboard.mycompany.com/ will open another app like
https://order.mycompany.com/
Question:
How to add code to verify user's permission at https://order.mycompany.com/ without having user log in again?
Go to the complete details ...