I'm working on a UWP project. I want to get the access token for the current user.
In another thread I found that there's no available LDAP/AD API in a WinRT app. When searching for more I found that there is Microsoft.IdentityModel.Clients.ActiveDirectory which enables developers to easily authenticate users to cloud or on-premises Active Directory (AD).
But I can't find any documentation or samples to authenticate a UWP app with an internal corporate AD infrastructure. Does somebody have some more information on how this would be accomplished ?