Azeez what does this mean in terms of access? Does this mean any basically that any user from any tenant can access?
I think we may need a few levels of access: 1. by users from the tenant deploying the webapp 2. by users from any tenant 3. by random people on the net after they register at a Stratos-managed user store for my app (and this has to work with options like "allow any open ID", "allow any GoogleApps user" etc.) 4. by random people on the net without access credentials (default for a Stratos webapp?) I believe the param below supports (2)? I assume (1) is easy but we need a param for that too right? What can we do to support (3)? I can see this is conceptually at a Carbon level but I'm not clear how that works .. we don't have self-registration by default in Carbon - so which of the above scenarios are supported in Carbon webapps? Sanjiva. On Tue, Mar 15, 2011 at 7:27 PM, Afkham Azeez <[email protected]> wrote: > To do this, you simply need to add the following line to the top of the > target webapp's web.xml file > > <context-param> > <param-name>carbon.enable.saas</param-name> > <param-value>true</param-value> > </context-param> > > -- > *Afkham Azeez* > Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, > * > * > *Member; Apache Software Foundation; > **http://www.apache.org/*<http://www.apache.org/> > * > email: **[email protected]* <[email protected]>* cell: +94 77 3320919 > blog: **http://blog.afkham.org* <http://blog.afkham.org>* > twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> > * > linked-in: **http://lk.linkedin.com/in/afkhamazeez* > * > * > *Lean . Enterprise . Middleware* > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Sanjiva Weerawarana, Ph.D. Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/ email: [email protected]; phone: +94 11 763 9614; cell: +94 77 787 6880 | +1 650 265 8311 blog: http://sanjiva.weerawarana.org/ Lean . Enterprise . Middleware
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
