Merge pull request #1774 from geethkokila/330-release

Update the scope validator
merge-requests/1/head
Dharmakeerhi Lasantha 7 years ago committed by GitHub
commit 32367196be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save