3

Hi can anybody direct me on this and how does this get setup. I basically have an application that I want users to be automatically logged into when logging in windows using there id and password so basically they get authenticated to using my coldfusion application ? Any pointers would be greatly appreciated.

Thanks :)

Adam Tuttle
  • 19,505
  • 17
  • 80
  • 113
Faz
  • 45
  • 1
  • 6
  • I looked a little bit on web, there are partial solutions but found nothing which would match your question. Next thing would be to look what Java world has to offer there. If you find some Java library, you could use javaLoader and run it from CF. Please let us know if you managed to achieve this. – zarko.susnjar May 05 '10 at 08:46

1 Answers1

2

see: <cfNTauthenticate> tag

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c23.html

Henry
  • 32,689
  • 19
  • 120
  • 221
  • Thanks for that Henry will see what I can do with that tag :-). Sure Zarko shall let you know once this has been resolved. Thanks – Faz May 05 '10 at 14:01
  • sorry Henry would you know why my security rules are still not working as I put the rules in the secure list and it still does not work. I have the code that i have put available under the question that i posted. – Faz May 05 '10 at 14:28
  • huh? I don't see any code in your question. I haven't used NTLM myself before, so you should post your code up and maybe other experts can help you. – Henry May 05 '10 at 19:04
  • sorry Henry I meant for this question: http://stackoverflow.com/questions/2751229/coldbox-security-interceptor I posted the code there. – Faz May 05 '10 at 22:22