You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by jb...@apache.org on 2015/12/16 13:19:21 UTC

cxf-fediz git commit: Redirect URI is not mandatory but optional

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 5d7f9d5be -> ae4b6613b


Redirect URI is not mandatory but optional


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

Branch: refs/heads/master
Commit: ae4b6613b0956dbb0252e1bedef051f092688d46
Parents: 5d7f9d5
Author: Jan Bernhardt <jb...@talend.com>
Authored: Wed Dec 16 13:19:04 2015 +0100
Committer: Jan Bernhardt <jb...@talend.com>
Committed: Wed Dec 16 13:19:04 2015 +0100

----------------------------------------------------------------------
 services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/ae4b6613/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp
----------------------------------------------------------------------
diff --git a/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp b/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp
index 8251e26..e18b427 100644
--- a/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp
+++ b/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp
@@ -79,7 +79,7 @@ input, select, button {
 				</select>
 			</div>
 			<div class="form-line">
-				<label for="client_redirectURI" id="label_redirect" class="form-label"> Redirect URI <span class="form-required"> * </span></label>
+				<label for="client_redirectURI" id="label_redirect" class="form-label"> Redirect URI </label>
 				<input type="text" value="" size="40" name="client_redirectURI"
 					placeholder="URL of the client to consume OIDC service response"
 					id="input_6" data-type="input-textbox" />