mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Added latest scope validator to identity.xml
This commit is contained in:
parent
26197ef770
commit
97a274ce62
@ -7,7 +7,7 @@
|
||||
<!-- Add the scope validator config element -->
|
||||
<add>
|
||||
<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 the ntlm grant type validator config element -->
|
||||
<add>
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -1539,11 +1539,11 @@
|
||||
<carbon.device.mgt.plugin.version>3.0.9-SNAPSHOT</carbon.device.mgt.plugin.version>
|
||||
|
||||
<!-- 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 Mediation -->
|
||||
<carbon.mediation.version>4.6.9</carbon.mediation.version>
|
||||
<carbon.mediation.version>4.6.10</carbon.mediation.version>
|
||||
|
||||
<!-- Carbon Analytics Common (DAS) -->
|
||||
<carbon.analytics.common.version>5.1.5</carbon.analytics.common.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user