Merge pull request #1774 from geethkokila/330-release

Update the scope validator
application-manager-new
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. --> <!-- 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