Authenticate against Active Directory?

Hey all, is there a way for Corona to authenticate a user against an Active Directory domain?

Thanks!

There are no high level routines to make it easy, but you do have access to the Lua socket library and you can open and work with any TCP/IP socket based protocol. 

Rob

Hmmm… Not sure how I would apply that so solve my need.  Ideas?

Has anyone done something with the socket library, or anything else, to address LDAP or AD authentication?

You could do this with enterprise. Or with a bridge server you could make a service that passes the relevant  parts to your corona app over a httpsbased api.

There are no high level routines to make it easy, but you do have access to the Lua socket library and you can open and work with any TCP/IP socket based protocol. 

Rob

Hmmm… Not sure how I would apply that so solve my need.  Ideas?

Has anyone done something with the socket library, or anything else, to address LDAP or AD authentication?

You could do this with enterprise. Or with a bridge server you could make a service that passes the relevant  parts to your corona app over a httpsbased api.