Results 1 to 2 of 2

Thread: component (webscript) level authentication

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    3

    Default component (webscript) level authentication

    a request for "user" authentication in the webscript descriptor does not work ie.
    Code:
    <webscript>
      <shortname>Products Page - Main Section</shortname>
      <url>/products/main</url>
      <authentication>user</authentication>
     </webscript>
    authentication works in the page descriptor, but the components of the page are not secured.

    Should it work this way? or am I doing it wrong?
    thanks.

  2. #2

    Default

    The page is what secures the components. Component level auth is not yet implemented (it would need to resolve all components that will be bound at runtime and calculate the minimum auth required). So if you have at least one "user" auth component then you need to ensure the page is "user" auth.

    Thanks,

    Kev

Posting Permissions

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