few changes after testing multi tenancy

merge-requests/1/head
ayyoob 8 years ago
parent 26197ef770
commit ab70dbe38a

@ -7,7 +7,7 @@
<!-- Add the scope validator config element --> <!-- Add the scope validator config element -->
<add> <add>
<after>//s:Server/s:OAuth/s:OAuthCallbackHandlers</after> <after>//s:Server/s:OAuth/s:OAuthCallbackHandlers</after>
<value><![CDATA[<OAuthScopeValidator class="org.wso2.carbon.device.mgt.oauth.extensions.validators.ExtendedJDBCScopeValidator"/>]]></value> <value><![CDATA[<OAuthScopeValidator class="org.wso2.carbon.device.mgt.oauth.extensions.handlers.ScopeValidationHandler"/>]]></value>
</add> </add>
<!-- Add the ntlm grant type validator config element --> <!-- Add the ntlm grant type validator config element -->
<add> <add>

@ -35,6 +35,6 @@
<!--Webapp will be published only when running below profiles--> <!--Webapp will be published only when running below profiles-->
<Profiles> <Profiles>
<Profile>default</Profile> <Profile>default</Profile>
<Profile>devicetype-publisher</Profile> <Profile>device-manager</Profile>
</Profiles> </Profiles>
</WebappPublisherConfigs> </WebappPublisherConfigs>

@ -1539,7 +1539,7 @@
<carbon.device.mgt.plugin.version>3.0.9-SNAPSHOT</carbon.device.mgt.plugin.version> <carbon.device.mgt.plugin.version>3.0.9-SNAPSHOT</carbon.device.mgt.plugin.version>
<!-- API Management --> <!-- API Management -->
<carbon.api.mgt.version>6.1.57</carbon.api.mgt.version> <carbon.api.mgt.version>6.1.64</carbon.api.mgt.version>
<carbon.api.mgt.version.range>(6.0.0,7.0.0]</carbon.api.mgt.version.range> <carbon.api.mgt.version.range>(6.0.0,7.0.0]</carbon.api.mgt.version.range>
<!-- Carbon Mediation --> <!-- Carbon Mediation -->

Loading…
Cancel
Save