How do I implement SSO with ADFS?
I try to setup SSO from a Windows Store App that is deployed locally with a Developer license on a Tablet that is domain joined (Win 8.1 Pro) but the login dialog of ADFS is shown. I would like that SSO takes over and that the token is automatically provided by the authenticationContext.AcquireTokenAsync method. The ADFS is deployed to federate an on-premise Active Directory.
Any help is welcome.