mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
merged with origin
This commit is contained in:
commit
1387d326ca
@ -88,7 +88,7 @@ public class ScopeValidationHandler extends OAuth2ScopeValidator {
|
||||
}
|
||||
|
||||
// validate scope via relevant scope validator that matches with the prefix
|
||||
return scopeValidator.validateScope(accessTokenDO, resourceScope);
|
||||
return scopeValidator.validateScope(accessTokenDO, resource);
|
||||
}
|
||||
|
||||
private String getResourceScope(String resource) {
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -1798,7 +1798,7 @@
|
||||
<commons-lang.wso2.osgi.version.range>[2.6.0,3.0.0)</commons-lang.wso2.osgi.version.range>
|
||||
|
||||
<!-- Carbon API Management -->
|
||||
<carbon.api.mgt.version>6.1.60</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 Analytics Commons -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user