Update the scope validator

merge-requests/1/head
geethkokila 7 years ago
parent 5fafe3d36e
commit 706f118bd3

@ -252,8 +252,7 @@
<!-- Scope validators list. The validators registered here wil be executed during token validation. --> <!-- Scope validators list. The validators registered here wil be executed during token validation. -->
<ScopeValidators> <ScopeValidators>
<ScopeValidator class="org.wso2.carbon.identity.oauth2.validators.JDBCScopeValidator" /> <ScopeValidator class="org.wso2.carbon.device.mgt.oauth.extensions.handlers.ScopeValidationHandler"/>
<ScopeValidator class="org.wso2.carbon.identity.oauth2.validators.XACMLScopeValidator"/>
</ScopeValidators> </ScopeValidators>
<!-- Scope handlers list. The handlers registered here will be executed at the scope validation phase while <!-- Scope handlers list. The handlers registered here will be executed at the scope validation phase while

Loading…
Cancel
Save