Hello guys,

I have a question regarding the configuration of the Service Provider. Say
I want to share the SP configuration between all my tenants so that all
users can access my application, for achieving this I created my SP
instance in one of my tenants and checked the SaaS Application checkbox but
I couldn't authenticate users from other tenants. Is there some other
config that I need to add to my application in order to make it work.

I saw something saying we need to add this to web.xml :

<context-param>
<param-name>carbon.enable.saas</param-name>
<param-value>true</param-value>
</context-param>

and

<context-param>
<param-name>carbon.saas.tenants</param-name>
<param-value>*</param-value>
</context-param>

Does it answer the question?


Regards,

Hanen
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to