Results 1 to 4 of 4

Thread: ACEGI Security Roles

  1. #1
    Join Date
    Jun 2005
    Posts
    2

    Default ACEGI Security Roles

    I am having difficulties with setting up Http and Https channels for a web page.

    I set
    /xxxx.html=ROLE_ANONYMOUS

    /xxxx.html=REQUIRES_INSECURE_CHANNEL for that page, I can access the page using http channel but not via https channel.

    Any guidance would be greatly appreciated
    Thanks!

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    Isn't that the behaviour you expect? REQUIRES_INSECURE_CHANNEL implies http only?

  3. #3
    Join Date
    Jun 2005
    Posts
    2

    Default

    Is there any other option beyond REQUIRES_INSECURE_CHANNEL and REQUIRES_SECURE_CHANNEL?

    Where I can I see all the options?

    Thanks,
    Daniel.

  4. #4
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    Quote Originally Posted by Daniel
    Is there any other option beyond REQUIRES_INSECURE_CHANNEL and REQUIRES_SECURE_CHANNEL?

    Where I can I see all the options?

    Thanks,
    Daniel.
    Since encryption is either on or off, and the strength, algorithms etc are defined at the protocol level, the only options are the two you've given. The alternative is to specify nothing, in which case there is no preference and the access can take place over either HTTP or HTTPS.

    The string options are properties of the respective processor classes. You can see the code here:

    http://acegisecurity.sourceforge.net...e-summary.html

Similar Threads

  1. Acegi running fine. Howto add roles, ...
    By ThomasBecker in forum Security
    Replies: 9
    Last Post: Sep 16th, 2007, 08:16 AM
  2. Replies: 7
    Last Post: Nov 30th, 2005, 09:27 AM
  3. Acegi Security release 0.8.2
    By Ben Alex in forum Announcements
    Replies: 0
    Last Post: Apr 20th, 2005, 05:44 PM
  4. Acegi Security 0.8.0 and subproject status
    By Ben Alex in forum Announcements
    Replies: 0
    Last Post: Mar 3rd, 2005, 11:44 PM
  5. Acegi Security release 0.7.0 is out
    By Ben Alex in forum Announcements
    Replies: 0
    Last Post: Jan 19th, 2005, 03:27 PM

Posting Permissions

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