You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
550 B
13 lines
550 B
<processor>
|
|
<!-- Remove the scope validator from the identity.xml if it exists. Otherwise running the build several times
|
|
causes several scope validator elements to be added-->
|
|
<remove>
|
|
<name>//s:Server/s:OAuth/s:OAuthScopeValidator</name>
|
|
</remove>
|
|
<!-- Add the scope validator config element -->
|
|
<add>
|
|
<after>//s:Server/s:OAuth/s:OAuthCallbackHandlers</after>
|
|
<value><![CDATA[<OAuthScopeValidator class="org.wso2.carbon.identity.oauth2.validators.JDBCScopeValidator"/>]]></value>
|
|
</add>
|
|
</processor>
|