We are working on a Xamarin Forms UWP app which has a requirement, when we click on the app icon, automatically log into the app without having to enter any user details. The app should use the same credentials used to login to the Windows 10 device. Basically, sign in user without prompting them to login again, fetch access token and get data from API.
The user would use their enterprise credentials to login and are on the enterprise network
Can someone point me to the right direction on how can we achieve this?
Thanks in advance.
Source: Windows Questions