Hi,
If an user is running my app from intranet, I would like him to be automatically logged in.
If he is browsing from internet, I would like to check his identity using NT, but if the account with such user name is not found, let's try to look into app's own database, which is extendending the group of allowed users.

How should I configure my app?

Thanks,
John