Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
pgriff #1
CF to IIS5 authentication based on cf app userid/pass
I have a CF application on a standalone win2k server with IIS 5. Currently, we
use a cf to authenticate users and set session variables to allow further
access to the site. We've just noticed that if you don't login, but provide a
valid path to a non-cfm document (test.txt or myword.doc), that you can view
the files. This can't happen!
Is there anyway for me to create a win2k service account to use between CF and
IIS so that I can lock down the directories with non-cfm files. I'd like to
remove the allow anonymous access and require basic authentication with that
service account - but I don't want users to be prompted for that service acct
login.
Is there a way in cf, that once the user logs in via cf, that I can pass the
service account info to IIS so that they have full access to the site (without
being prompted by IIS for that windows authentication)? such as
auth_user/auth_password or remote_user cgi variables?
pgriff Guest
-
Redirect and pass form variables based on radio buttonselection?
Hi - using ASP/Access/VB Have a radio group with to radio buttons. If button 1 is selected - then pass the form variables and go to page 1 If... -
Redirect and pass form variables based on redion buttonselection?
Hi - using ASP/Access/VB Have a radio group with to radio buttons. If button 1 is selected - then pass the form variables and go to page 1 If... -
windows pass through authentication\authorization....
I have a requirement for a company intranet where they want to use a single sign-on with their windows 2003 domain (AD) so I was thinking of using... -
Problem with authentication when using Windows XP in IIS5
I have a page that authenticates users by reading Request.ServerVariables("AUTH_USER") and Request.ServerVariables("AUTH_TYPE"). When users try to... -
Pass-thru authentication between 2 or more sites
Hi all, I was wondering if there was a nice way to implement authentication between several sites. I currently have 2 web servers, one for the... -
cfpaperboy #2
Re: CF to IIS5 authentication based on cf appuserid/pass
Unfortunately, I don't know the answer, but I'll be interested to see the answers you get. Good question.
cfpaperboy Guest



Reply With Quote

