WS-Security vs. IIS authentication and trust boundaries

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default WS-Security vs. IIS authentication and trust boundaries

    Hi Sirs.

    When using WS-Security instead of IIS authentication I see a potential
    problem letting ALL people access my webService. ie. if I have a little bug
    in the code that checks for validity of the user I'm really exposing
    my-self.

    If using IIS authentication I'm sure that only IIS authenticated users are
    allowed access to my webService. So doesen't WS-Security and IIS security
    come hand in hand or am I missing something here.?


    Regards Morten


    Morten Overgaard Guest

  2. Similar Questions and Discussions

    1. Security and authentication
      The bottom line is I don't know anything about either of these two areas. I've always been a client side interactive developer and designer, handing...
    2. ASP.NET Security/Authentication question
      I am a newbie on ASP.NET. I am creating an asp.net application (with C#) which will have a number of screens. The backend database for this app is...
    3. WS-Security vs. IIS authentication
      Hi Sirs. When using WS-Security instead of IIS authentication I see a potential problem letting ALL people access my webService. ie. if I have a...
    4. Asp.Net.Vulnerability: Full Trust (current security problems and possible solutions)
      At the moment the only method available to disable direct Win32 calls from Asp.Net pages (using for example: " Declare Function WinExec Lib...
    5. Should I trust on Forms authentication?
      Thank you Mary on this page I found one address that can clear my mind and that I never saw before. Maybe this can help other people:...
  3. #2

    Default Re: WS-Security vs. IIS authentication and trust boundaries


    "Morten Overgaard" <mno@ramboll-informatik.dk> wrote in message
    news:uDYZ5SXIFHA.3076@tk2msftngp13.phx.gbl...
    > If using IIS authentication I'm sure that only IIS authenticated users are
    > allowed access to my webService. So doesen't WS-Security and IIS security
    > come hand in hand or am I missing something here.?
    >
    Assume that you are using Microsoft technology then yes, A Webservice is
    controlled by MS/UDDI server, which is IIS-6. You can then treat or
    configure your webservice security requirements just like an ordinary web
    application under IIS-6 server.

    John


    WJ Guest

  4. #3

    Default Re: WS-Security vs. IIS authentication and trust boundaries

    WS-Security (and all the Ws-* standards) are bigger than just Microsoft.
    Integrated security is fine when talking windows to windows in your
    intranet. Making a standard security mechanism for your web service on the
    wider internet is another kettle of fish. WS-Security also has a lot more
    flexibility in terms of customisation than IIS does.

    --

    - Paul Glavich
    ASP.NET MVP
    ASPInsider ([url]www.aspinsiders.com[/url])


    "Morten Overgaard" <mno@ramboll-informatik.dk> wrote in message
    news:uDYZ5SXIFHA.3076@tk2msftngp13.phx.gbl...
    > Hi Sirs.
    >
    > When using WS-Security instead of IIS authentication I see a potential
    > problem letting ALL people access my webService. ie. if I have a little
    bug
    > in the code that checks for validity of the user I'm really exposing
    > my-self.
    >
    > If using IIS authentication I'm sure that only IIS authenticated users are
    > allowed access to my webService. So doesen't WS-Security and IIS security
    > come hand in hand or am I missing something here.?
    >
    >
    > Regards Morten
    >
    >

    Paul Glavich [MVP ASP.NET] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139