I have 2 websites. Website #1 hosted in Azure Virtual Machine and website #2 is an Azure website(i.e Website hosted in Azure App service - Web Apps).
If user logs into website 1 and access website 2, user should be automatically logged into site 2 and vice-verse.
How to implement this Single Sign On between these sites?
Thanks