Re: Web service help

Tech-Archive recommends: Speed Up your PC by fixing your registry



Think of what is going on. You have a service and a client. The purpose of
the service is to facilite back end processing and minimize exposure and
protect intellectual property. The purpose of the client is to receive user
input and display information accordingly.

So the order of operation and area of responsibility would be more like:

User requests authentication
Client sends authentication request to service
Service receives authentication request and response accordingly (Sends a
URL back to the client)
Client recieves response and determines to continue or fail
Client determines the user has been authenticated and has a URL
Client renders clientside javascript (or your favorite scripting language)
<script>
window.open(url)
</script>
Client now has two interfaces available for user input or request

The rendering can happen with a response.write or with the renderer object
on the form.


<jeewant@xxxxxxxxx> wrote in message
news:1181663194.176334.122050@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am creating web service for my company. The web service supposed
to pop up windows (web page with url address and unique id) after the
user is validated. I did the user authentication part using SOAP but I
could not be able to pop up windows(web page).How do I send a web page
in the client's side using web method.
Thank you
Jeewan



.



Relevant Pages

  • Re: Windows Authentication, Single sign on and Active Directory
    ... service proxy client fails to connect due to authentication failure and then ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... The server is always in the domain. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: BASIC authentication Issues with IE - Part II - Solved but WHY?
    ... it does not know the difference between a request from IE or from ... some other HTTP client. ... Some other authentication schemes are more ... IIS can sometimes remember the token for a particular set of credentials so ...
    (microsoft.public.inetserver.iis.security)
  • Re: Sporadic IAS Authentication problems
    ... * Some times however, a physical reboot of the client laptop is required, ... *The remote access policy in IAS is set to grant access to the group 'Domain ... Proxy-Policy-Name = Use Windows authentication for all users ...
    (microsoft.public.internet.radius)
  • Re: WCF security advice (and clarification) needed
    ... You, the client, resolve the foo.mycompany.com hostname within your ... TCP/IP) with that ticket as the security token. ... There are two parties participating in a security scenario, the server ... HTTP supports other authentication ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: ISAPI Authentication
    ... The job of your authentication filter is to accept ... non-Windows credentials from the client and then map them to a Windows ...
    (microsoft.public.inetserver.iis.security)