[flexcoders] Re: Authentication - Kerberos

2007-03-06 Thread craig.drabik
Java has a class for dealing with Kerberos -
http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/kerberos/package-summary.html

Have a look at that, as it should be pretty straightforward to use it
from CF.

--- In flexcoders@yahoogroups.com, "mindmillmedia" <[EMAIL PROTECTED]>
wrote:
>
> Has anyone had any experience authenticating via a Kerberos server in
> a Flex application (with a Coldfusion MX7 Enterprise Backend)?  It is
> hard for me to even find examples of Coldfusion + Kerberos.  I am on a
> machine that is Kerberized and I also have mod_auth_kerb.  
> 
> I have one inefficient way that I can use now - but the response time
> is horrendous.
> 
> Any ideas?
> 
> David
>




[flexcoders] Re: Authentication - Kerberos

2007-03-06 Thread mindmillmedia
In this case LDAP is not an option (I wish it was).  However, from my
reading the Java Object method seems to be valid.  I must admit, I am
almost totally ignorant of Java - so I guess I will hit the books.  

If anyone has any good input on where to start with Developing the
Java object to use to interface Kerberos and Coldfusion - I would love
to hear it.

One site I found that seems to have some promising examples is:

http://www-128.ibm.com/developerworks/java/library/j-gss-sso/#2

Am I on the right track?

David