rename oauth2Token service to oauth2
Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/14b64887 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/14b64887 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/14b64887 Branch: refs/heads/master Commit: 14b64887f87b4aaa153b38b703dd3ba267b54fc7 Parents: 620b95a Author: Jan Bernhardt <[email protected]> Authored: Wed Dec 2 11:20:37 2015 +0100 Committer: Jan Bernhardt <[email protected]> Committed: Wed Dec 2 11:34:18 2015 +0100 ---------------------------------------------------------------------- services/oidc/src/main/webapp/WEB-INF/applicationContext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/14b64887/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml ---------------------------------------------------------------------- diff --git a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml index b5f6ae2..420fd4f 100644 --- a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml +++ b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml @@ -126,7 +126,7 @@ <property name="blockUnauthorizedRequests" value="false"/> </bean> <bean id="oauthJsonProvider" class="org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider"/> - <jaxrs:server address="/oauth2Token"> + <jaxrs:server address="/oauth2"> <jaxrs:serviceBeans> <ref bean="accessTokenService"/> <ref bean="accessTokenValidatorService"/>
