Azure-Samples / active-directory-dotnet-windows-store

A Windows Store 8.1 or Windows 10 (UWP) application that uses Azure AD and the ADAL library to authenticate the user and call a web API using OAuth 2.0 access tokens.
16 stars 12 forks source link

Windows Integrated Auth does not work when AAD tenant is federated #1

Closed skwan closed 10 years ago

skwan commented 10 years ago

Windows Integrated Authentication in the web auth broker fails because this line is missing:

authContext.UseCorporateNetwork = true;

Since specifying Enterprise Authentication in the app manifest will require the developer to meet a higher level of certification to get the app into the store, add comments to this effect and make enabling Enterprise Auth optional.