asp.net mvc 2 - Is it possible to restrict windows authenticated users in an ASPNet app to specific domains? -
i'm in process of pulling classic asp app mvc2. i'll deploying intranet , have been asked enable support windows authentication. network i'll deploying has few ad domains , i'll need integrate 1 in particular. possible use windows authentication , allow authentication within particular domain?
along same lines, it's not uncommon user have account in multiple domains (the account names typically different) - in event user logs in "unsupported" domain i'd kick them login form. possible using windows auth or better off looking alternative?
pro tip:
whatever don't implement windows authentication via iis. have forms authentication page in mvc app use ldap authentication provider. way avoid differences between how browsers implement windows authentication (only works in ie , that's not great reason).
Comments
Post a Comment