Windows Vista Forums

WCF Security Question
  1. #1


    Sarasam Guest

    WCF Security Question

    i have a WCF service(hosted in IIS) with the following configuration:
    basichttpbinding
    MTOM
    Streaming(for file upload and download)
    now i want to implement a security system where i receive username/password
    only once. after which i want to issue a custom generated token which should
    be used for all subsequent calls to service. i also want to control the
    expiration and renewal of the issued token. what should be my approach in
    order to acheive this?
    please advice, if possible with some code sample.



      My System SpecsSystem Spec

  2. #2


    Priya Guest

    Re: WCF Security Question

    Hi Sarasam,
    You need to use Federation binding and implement an STS that will
    issue the token. You can then use an authorization policy and/or
    authorization manager with your specific service, and with the service
    you can define MTOM for encoding.

    Priya
    On Apr 20, 2:28*am, Sarasam <Sara...@xxxxxx> wrote:

    > i have a WCF service(hosted in IIS) with the following configuration:
    > basichttpbinding
    > MTOM
    > Streaming(for file upload and download)
    > now i want to implement a security system where i receive username/password
    > only once. after which i want to issue a custom generated token which should
    > be used for all subsequent calls to service. i also want to control the
    > expiration and renewal of the issued token. what should be my approach in
    > order to acheive this?
    > please advice, if possible with some code sample.
      My System SpecsSystem Spec

WCF Security Question problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
WMI Security question... Joe VB Script 3 10 Dec 2008
Security Log Question? PainlessTorture System Security 2 24 Oct 2008
Security Question Paul Montgumdrop Vista security 0 29 Sep 2008
Security question re IIS_IUSERS Larry S. Vista installation & setup 0 11 Mar 2007
File security question wynand32 Vista security 6 17 Jan 2007