Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MichaelF
Visitor

Roku and Active Directory

Greetings -

I'm working on a side project for my company to make some videos accessible from home - we would prefer to use the Roku device as a medium by which employees can enter their Active Directory credentials, and have access to video files which are located on a file server on our network. I've been doing research and dabbling with the Roku SDK examples provided, but I'm having trouble in a few key areas.

First of all, I'm unable to find a method by which to authenticate a user. It seems that the Roku device is primarily made to authenticate with webservers, is it possible to have it authenticate with a file server on Active Directory? Any suggestions or experience that anyone could share would be much appreciated. Thanks!

Michael
0 Kudos
2 REPLIES 2
RokuJoel
Binge Watcher

Re: Roku and Active Directory

Theoretically, you could do that, using roStreamSockets, but you would have to write a client, probably using LDAP for authentication.

- Joel
0 Kudos
gonzotek
Visitor

Re: Roku and Active Directory

LDAP auth via php/asp/other scripting languages is well covered in web-dev communities, so it's probably easiest to use a server-side script to do the authentication to AD, then follow the guidelines offered in the device registration and linking document and source code example from the sdk: http://sdkdocs.roku.com/display/RokuSDK ... nd+Linking
http://sourceforge.net/p/rokusdkexample ... /register/
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
0 Kudos