Repository: cxf-fediz Updated Branches: refs/heads/master a97e8cfd9 -> 48b9eed7a
Making response_type visible to the composite service on the decision flow Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/48b9eed7 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/48b9eed7 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/48b9eed7 Branch: refs/heads/master Commit: 48b9eed7a8143e5d5924baf32a2c75792401f0cb Parents: a97e8cf Author: Sergey Beryozkin <[email protected]> Authored: Wed Feb 17 15:41:51 2016 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Feb 17 15:41:51 2016 +0000 ---------------------------------------------------------------------- .../oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/48b9eed7/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp ---------------------------------------------------------------------- diff --git a/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp b/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp index 1142d0f..1a71624 100644 --- a/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp +++ b/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp @@ -53,6 +53,9 @@ %> <input type="hidden" name="scope" value="<%= data.getProposedScope() %>"/> + <input type="hidden" name="response_type" + value="<%= data.getResponseType() %>"/> + <% if (data.getRedirectUri() != null) { %>
