windows-authentication
WCF Impersonation through configuration
I have a simple WCF service that uses WSHttpBinding and Windows authentication.I\'m trying to force the server to impersonate the client\'s identity upon every method call for this service.[详细]
2023-03-17 05:43 分类:问答Combine Domain, Exchange and forms authentication in MCV3 (Razor)
I\'m working on a project that will be deployed to multiple 3d party servers - anything from Windows Server 2008, possibly to XP machines. It will need to incorporate several ways for users to authent[详细]
2023-03-16 03:30 分类:问答ASP.NET code to detect whether IIS "Windows Authentication" is enabled
I would like to be able to detect, from ASP.NET code, whether IIS currently has \"Windows Authentication\" \"available\"?[详细]
2023-03-15 22:16 分类:问答How can I force SQL Server to recognise a new domain machine account?
I\'m setting up a new web server. The way our website\'s configured, the IIS application pools run as NetworkService on their host machines, and then each of the web server\'s domain computer accounts[详细]
2023-03-15 07:59 分类:问答Authenticate as administrator?
I\'m developing an installer, and I would like to write to a folder accessible only to administrators. So, I need to displa开发者_如何学Pythony the UAC dialog and authenticate as an administrator. I k[详细]
2023-03-13 20:55 分类:问答How to connect to SQL Server with Windows Authentication when not logged in with that username?
We created a local windows username on the database server and used it on a separate machine in IIS7\'s app pool in the same workgroup.The website app works to log in to the database server.[详细]
2023-03-12 20:04 分类:问答Forms login to remote domain using windows authentication
The client was to have开发者_如何学编程 a normal form to login to the remote domain\'s windows authentication. I don\'t think it is possible, but anyone know a way?Setup your active directory membersh[详细]
2023-03-12 07:21 分类:问答Custom Windows Authentication Package
So, here is the scenario. I am developing a logon system in windows 7. I have created a Creden开发者_Go百科tial Provider, containing one Credential. The Credential has three input fields, username, pa[详细]
2023-03-11 20:30 分类:问答How to mix WIF and non-WIF endpoints in a single WCF <service>?
A WIF-based WCF service needs to call method FederatedServiceCredentials.Conf开发者_JS百科igureServiceHost(), or put the equivalent element <federatedServiceHostConfiguration> in the web.config[详细]
2023-03-11 17:44 分类:问答ASP.NET authentication question
I have following code in an aspx page: protected void Page_Load(object sender, EventArgs e) { if (User.Identity.IsAuthenticated)[详细]
2023-03-11 01:05 分类:问答
加载中,请稍侯......