How to setup Authentication in OpenWonderland

From CS486wiki
Revision as of 21:42, 14 November 2010 by Halil (talk | contribs)
Jump to navigationJump to search

Prerequisites

A running Project Wonderland server

• Binary Download [1]

• Built Source [2]

By default both binary version and source comes with a module called 'security-session-noauth', to set up authentication in wonderland server the first step is to replace that module with a authentication support one in this case 'security-session-auth'[3]. The mechanism for doing this vary depending on if you are using binary build or building from source. In both cases you need to replace 'noauth' module with 'auth' module.

In Binary Download

In Source Build