Accessing network when using windows authentication in web app
I am using windows authentication in Apache to access the web page -
work Ok but I need
to use this authentication, username and password to access an external
network to get some data.
How do I extract the username and password from the windows
authentication ( for a user) and then use this access the external
network.
I prefer not to use impersonation as the username and password are in
the web.config. Would prefer to use the users username and password.
All help is greatly appreciated
.
Relevant Pages
- Re: WSE 2.0 - The security token could not be authenticated or authorized
... I understand that the Windows Authentication is failing. ... username, localmachine\username but both fail to authenticate. ... > service side WSE tries to validate the tokens in the request. ... (microsoft.public.dotnet.framework.webservices.enhancements) - RE: Web Forms Auth fails when rfValidator triggered
... © 2002 Microsoft Corporation. ... | Content-Type: text/plain ... | | basically has a username field, ... | | If I enter garbage text in BOTH fields, the authentication ... (microsoft.public.dotnet.framework.aspnet.security) - RE: Adding a virtual FTP folder to IIS
... I think we can follow the Form Authentication modal. ... application will use the ASPNET account. ... If we change the username ... Windows identity different from that of the default process identity. ... (microsoft.public.dotnet.framework) - Re: OWA login problems
... But anyway, since just using USERNAME works from the desktop, this indicates ... Maybe one of the authentication ... Outlook Web Access For PDA, ... the Virtual Directory named Exchange and select properties. ... (microsoft.public.exchange.connectivity) - RE: Web Forms Auth fails when rfValidator triggered
... | basically has a username field, ... | If I enter garbage text in BOTH fields, the authentication ... | controls do their job and display the "error text" stating ... | Jeff Ptak ... (microsoft.public.dotnet.framework.aspnet.security) |
|