As far as I know, there isn't a way around this. I wish cflogin would let us "ignore" other authentication types and just work with custom authentication.
On 4/21/05, Paul Roe <[EMAIL PROTECTED]> wrote: > Hi I am trying to use Integrated Windows Security to authenticate my > users, but I am having a problem setting user roles using the cf > security framework. The problem is that the code inside the cflogin > tag never runs because the user is logged in even before the > Application.cfc runs. As a result I never have a chace to set the user > roles. Is there any way to do this or am I going to have to build my > own security structure? > > Here's what I am trying to run: > > <cflogin> > <cfloginuser name="#cgi.auth_user#" password=" " > roles="#application.Security.getUserRoles()#" /> > </cflogin> > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email to > [email protected] with the words 'unsubscribe cfcdev' as the subject of the > email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting > (www.cfxhosting.com). > > An archive of the CFCDev list is available at > www.mail-archive.com/[email protected] > > -- ======================================================================= Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : ray.camdenfamily.com Yahoo IM : cfjedimaster "My ally is the Force, and a powerful ally it is." - Yoda ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
