asp.net forms authentication override based on individual pages.



Hi,
I have a asp.net application with forms authentication enabled.
Users create private (database driven) messages (pages; like a message
board) that is only viewed by logged in users.

Now I need to give the users the ability to publish these messages to the
public (if they decide the content is public safe).

Question is... is there a method to override forms authentication?
For an example; some thing like a method... where I look at the URL and
retrun true or false... so forms authentication is ignored based on this
method return value....


Basically to programatically ignore forms authentication for that request
only.

Any direction is deply appreciated
Thanks
Nalaka


.



Relevant Pages

  • Major security hole in NetScreen OS?
    ... One of our VPN users was having trouble getting in. ... I looked to see who was in the authentication table. ... his private IP on his home network. ... still insisted I send him copies of both of their policy files. ...
    (comp.security.firewalls)
  • Re: SSH Passphrase
    ... The private/public key encryption works like this. ... of keys one private and one public. ... authentication is based on the public key matching up with your private ... keys then they have free roam because there is no passphrase. ...
    (Security-Basics)
  • Re: Main Reason for Using PKA?
    ... possession of the private key...... ... Unless the applications are launching ssh themselves, ... know, much less care, which kind of authentication you used. ... Sometimes ordinary passwords are still used for initial login by users, ...
    (comp.sys.mac.system)
  • Re: New Encryption Idea
    ... secrecy is a problem with any encryption or security ... The authentication keys in my system are based on existing private ... The problem of distributing files is equivalent to that of distributing ...
    (sci.crypt)
  • Re: forms authentication
    ... To check for an auth cookie, ... private void btnLoginSubmit_Click ... private bool IsUserAuthenticated(string name, string password) ... > view my pages that require authentication. ...
    (microsoft.public.dotnet.framework.aspnet)