You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/05/24 12:17:16 UTC

[2/2] cxf-fediz git commit: [FEDIZ-166] - "No message body writer" error for OAuthError in the OIDC IdP

[FEDIZ-166] - "No message body writer" error for OAuthError in the OIDC IdP


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/c1a294b7
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/c1a294b7
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/c1a294b7

Branch: refs/heads/master
Commit: c1a294b7aeebe40b306e0eb814be1e04a4c1e728
Parents: 69f15dd
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue May 24 12:55:15 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue May 24 12:55:15 2016 +0100

----------------------------------------------------------------------
 services/oidc/src/main/webapp/WEB-INF/applicationContext.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c1a294b7/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 53dfdf8..ba27220 100644
--- a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
@@ -74,6 +74,7 @@
         </jaxrs:serviceBeans>
         <jaxrs:providers>
             <ref bean="viewProvider"/>
+            <ref bean="oauthJsonProvider"/>
         </jaxrs:providers>
         <jaxrs:properties>
             <entry key="rs.security.signature.properties" value="rs.security.properties"/>