Tagged Questions
The windows-integrated-authen tag has no wiki summary.
8
votes
3answers
4k views
How do you find the users name/Identity in C#
I need to programatically find the users name using C#. Specifically, I want to get the system/network user attached to the current process. I'm writing a web application that uses windows integrated ...
6
votes
2answers
115 views
How do I re-authenticate a user in an ASP.Net MVC 3 _Intranet_ application?
Let me explain: the application is already using Windows integrated security, not Forms. What I am trying to accomplish is a so called "step-up" authentication, or "force re-authentication" for the ...
2
votes
2answers
194 views
How to mix WIF and non-WIF endpoints in a single WCF <service>?
A WIF-based WCF service needs to call method FederatedServiceCredentials.ConfigureServiceHost(), or put the equivalent element <federatedServiceHostConfiguration> in the web.config file, to ...
2
votes
0answers
282 views
Use SAP Logon ticket with .Net Application using SSO22KerbMap or SAPSSOEXT
I am looking into option on using Single Sign On (SSO) from a SAP Portal to a Non-SAP ASP .Net application. Reading through the documents and online searches, I found there are couple of approaches
1. ...
1
vote
2answers
243 views
Windows Integrated Authentication fails ONLY if web svcs client is on same machine as IIS server
I have a web service running under IIS7 on a server with a host header set so that it receives requests made to http://myserver1.mydomain.com.
I've set Windows INtegrated Authentication to Enabled and ...
1
vote
3answers
964 views
How to get the current application pool user in IIS when using impersonate=true?
In .net when a website hosted in IIS how do you get the current user the website is running under. ie the Application Pool user not the the current user accessing the site.
Using windows integrated ...
1
vote
1answer
517 views
Generate webservice soap client from wsdl when server using Windows Integrated Authentication
There is an SAP server that has some webservices I need to use, so I am trying to use wsimport to generate the client stubs.
I don't want to find all the wsdls and schemas that are referenced and ...
1
vote
1answer
312 views
Authentication Problem When IP Address Is Used in the URL
I am using IIS 6.0 and have a virtual directory setup. The server is setup on my company's intranet. Under the security settings, anonymous access is disabled, integrated windows authentication is ...
0
votes
1answer
22 views
IIS6 Integrated Authentication fails when logging in from server, but not from client
I have an II6 server, where a website is configured for "Integrated Authentication".
When I access the website from any client within the company, it prompts for username and password, and if I set ...
0
votes
1answer
402 views
Using Windows Integrated Auth & Anonymous after jakarta redirect on IIS7
I have an application we bought that I need to integrate, and it uses jakarta connection to get to the application from IIS.
So, the basic operation is:
user goes to the url
Gets redirected to ...
0
votes
1answer
358 views
Integrated Windows Authentication per-app if the user cancels the request can I redirect them to another page?
EDIT ~ Updated the title and the question body: This is the edit.
I want this behavior per-app on IIS6/7. I asked it initially before we migrated to IIS7, so any answer can be altered between the two ...