So i only need to do windows authentication and not forms authentication. Instead of giving the user a popup box for login.. i want to have a login page with Username, domain and password..also an op
I have a desktop application and i can get the domain username with authentication.getPrincipal().toString() code line.If the domain name and the user input match开发者_如何学Pythones exactly i grante
Is there any way to have a custom form for Windows authentication so that the device used when authentication doesn开发者_运维问答\'t need to support NTLM in order to work? Also, is there a way to kee
I have a 3rd party program that supports web SSO using SAML 1.1 (it is ready to serve as the Service Provider, in other words).
Curious what recommendations anyone has. I have an existing asp.net forms application that does a Forms Authentication and has identity impersonate turned on.
We are planning to create two sharepoint web applications using SharePoint 2010 Enterprise Edition. All Users that have access to web app 1, should also be able to access web app 2.
I\'m trying to开发者_如何学编程 setup an internal website that will contact another backend service within the network on behalf of the user using a HttpWebRequest.
Have a SQL Server 2008 db which I connect to the Windows Authentication .. has worked good for 7-8 months .. but now when I come to work today itno longer workedto connect, without that I had done som
I use the following code to validate users through windows authentication for my winform application.This works fine with windows XP but when the user is using windows 2000, it says that the userid or
When I navigate to an intranet site requiring windows authentication, the WinForms WebBrowser control isn\'t displaying a login dialog.But it will display (after refreshing the page) if I first open I