mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge branch '330-release' of https://github.com/wso2/product-iots into 330-release
This commit is contained in:
commit
05f7c9d5e7
@ -252,8 +252,7 @@
|
||||
|
||||
<!-- Scope validators list. The validators registered here wil be executed during token validation. -->
|
||||
<ScopeValidators>
|
||||
<ScopeValidator class="org.wso2.carbon.identity.oauth2.validators.JDBCScopeValidator" />
|
||||
<ScopeValidator class="org.wso2.carbon.identity.oauth2.validators.XACMLScopeValidator"/>
|
||||
<ScopeValidator class="org.wso2.carbon.device.mgt.oauth.extensions.handlers.ScopeValidationHandler"/>
|
||||
</ScopeValidators>
|
||||
|
||||
<!-- Scope handlers list. The handlers registered here will be executed at the scope validation phase while
|
||||
|
||||
8
pom.xml
8
pom.xml
@ -1503,14 +1503,14 @@
|
||||
<carbon.deployment.version>4.7.15</carbon.deployment.version>
|
||||
|
||||
<!-- Carbon Identity -->
|
||||
<carbon.identity.framework.version>5.11.139</carbon.identity.framework.version>
|
||||
<carbon.identity.framework.version>5.11.144</carbon.identity.framework.version>
|
||||
<carbon.identity.framework.version.range>[5.2.0, 6.0.0)
|
||||
</carbon.identity.framework.version.range>
|
||||
<identity.local.auth.basicauth.version>5.3.7</identity.local.auth.basicauth.version>
|
||||
<identity.inbound.auth.openid.version>5.2.5</identity.inbound.auth.openid.version>
|
||||
<identity.inbound.auth.saml.version>5.4.4</identity.inbound.auth.saml.version>
|
||||
<identity.carbon.auth.saml2.version>5.2.5</identity.carbon.auth.saml2.version>
|
||||
<identity.inbound.auth.oauth.version>5.6.53</identity.inbound.auth.oauth.version>
|
||||
<identity.inbound.auth.oauth.version>5.6.60</identity.inbound.auth.oauth.version>
|
||||
<identity.carbon.auth.mutual.ssl.version>5.1.3</identity.carbon.auth.mutual.ssl.version>
|
||||
<identity.user.ws.version>5.1.8</identity.user.ws.version>
|
||||
<identity.outbound.auth.requestpath.basicauth.version>5.1.5</identity.outbound.auth.requestpath.basicauth.version>
|
||||
@ -1539,7 +1539,7 @@
|
||||
<carbon.governance.version>4.7.23</carbon.governance.version>
|
||||
|
||||
<!-- Carbon Device Management-->
|
||||
<carbon.device.mgt.version>3.1.5</carbon.device.mgt.version>
|
||||
<carbon.device.mgt.version>3.1.9</carbon.device.mgt.version>
|
||||
<carbon.device.mgt.version.range>[3.1.0, 4.0.0)</carbon.device.mgt.version.range>
|
||||
|
||||
<!-- IOT Device Management -->
|
||||
@ -1549,7 +1549,7 @@
|
||||
<carbon.device.mgt.plugin.version>4.1.1</carbon.device.mgt.plugin.version>
|
||||
|
||||
<!-- API Management -->
|
||||
<carbon.api.mgt.version>6.2.170</carbon.api.mgt.version>
|
||||
<carbon.api.mgt.version>6.2.190</carbon.api.mgt.version>
|
||||
<carbon.api.mgt.version.range>(6.0.0,7.0.0]</carbon.api.mgt.version.range>
|
||||
|
||||
<!-- Carbon Mediation -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user