Page 1 of 2 12 LastLast
Results 1 to 5 of 8

Thread: "Silent" Authentication

  1. #1
    Join Date
    Sep 2003
    Posts
    1

    "Silent" Authentication

    Is there a way to authenticate a customer without prompting? Ideally I'd like to be able to pass a value from my application via the Agent to the server-side, and then pass that value to an ASP page. The value passed is a maintenance key that my client-side application has access to. The ASP page does a lookup for the maintenance key and returns OK or FAILED to the update service.

    I've seen many requests for this on the forum, but I haven't actually seen a way to do it. Any samples?

    TIA
    Joe

  2. #2
    Join Date
    Sep 2001
    Location
    Schaumburg, IL, USA
    Posts
    373
    The agent by itself can only call a web page and send basic HTTP auth. You could get the same functionality, but you'd end up writing some code to do so.

    The basic flow (high-level) would be to create a client-side plugin/callout. You can use the MSXML object to post whatever values to your web page and decide whether to continue. If you validate, then your callout would return true and the Update Service agent would continue.

    You can check out the documentation for client-side plugins here.

    Regards,
    Kelly
    Sr. Software Engineer, Nielsen Corp.

    **IMPORTANT**
    The comments above are solely the opinions of myself and do not reflect the opinions or views of my employer.

  3. #3
    Join Date
    Dec 2005
    Posts
    3
    I've got the same question - in our case we want to use a common serial number for 20+ installations on the customers PC. As far as I can see, they will have to enter this serial number for each product.

    What we'd like to be able to do (without much effort) is tell the UpdateService what their serial number is so that it can be passed on in the "normal" fashion (ie as if they typed it in).

    Is that possible?

    peter

  4. #4
    Join Date
    Dec 2001
    Posts
    103

    If you want it...

    you got it.


    In the next release of Update Service, the agent will feature APIs which will allow you to the authenticate the user (with or without GUI) to receive an update. Stay tuned...
    _____________________________________________________
    Ritesh Parikh
    Senior Software Developer -
    Activation Service, FLEXnet Connect (formerly Update Service)

    Macrovision Corporation
    _____________________________________________________

  5. #5
    Join Date
    Dec 2005
    Posts
    3
    Any ideas when that will be released? We're at a point where if it's soon we might wait because our "business case" depends on it!

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •