8/26/2010 12:54:17 AM
Title:
how can integrate Kerberos Security algorithm with Flex
How can we do windows authentication and authorization in flex using Kerberos Security algorithm please help me
8/26/2010 2:10:19 AM
authenticate only works in adobe air application not webapplication
8/31/2010 12:15:55 PM
you just need to enable authentication in AIR application and the request is automatically send with all the calls you make after that.
8/31/2010 11:21:02 PM
Rex and Warrior: how can we enable authentication in AIR? Please provide some sample code
Rayan
Points: 700
Posts:0
9/1/2010 8:29:53 AM
see these articles to implement authentication in AIR application
http://www.sapethemape.com/tag/flex/
http://www.cfdan.com/posts/Adobe_AIR_Flex_3_HTTP_Basic_Authentication.cfm
http://livedocs.adobe.com/flex/3/langref/flash/net/URLRequestDefaults.html#setLoginCredentialsForHost%28%29