[java-idp-plugin-oidc-op-oidfed] branch main updated: Remove the unused template file

Henri Mikkonen henri.mikkonen at iki.fi
Wed Sep 10 14:17:26 UTC 2025


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-idp-plugin-oidc-op-oidfed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-op-oidfed.git;a=commit;h=dcb589c79847ea5b43f5ca8688bc4693a907329e

The following commit(s) were added to refs/heads/main by this push:
     new dcb589c  Remove the unused template file
dcb589c is described below

commit dcb589c79847ea5b43f5ca8688bc4693a907329e
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Sep 10 17:17:03 2025 +0300

    Remove the unused template file
    
    Included accidentally
---
 .../resources/templates/oidc-request-form-post.vm  | 62 ----------------------
 1 file changed, 62 deletions(-)

diff --git a/idp-oidfed-op-impl/src/main/resources/templates/oidc-request-form-post.vm b/idp-oidfed-op-impl/src/main/resources/templates/oidc-request-form-post.vm
deleted file mode 100644
index 1ce5112..0000000
--- a/idp-oidfed-op-impl/src/main/resources/templates/oidc-request-form-post.vm
+++ /dev/null
@@ -1,62 +0,0 @@
-##
-## Velocity Template for OIDC Form Post response mode.
-## cspDigester - Calculates base64-encoded SHA-2 hashes (call apply). Can be null for backward compatibility.
-## cspNonce - Calculates secure nonces (call generateIdentifier). Can be null for backward compatibility.
-##
-##
-#set ($onLoad = "document.forms[0].submit()")
-#if($cspDigester)
-    $response.addHeader("Content-Security-Policy","object-src 'none'; script-src 'none'; script-src-attr 'unsafe-hashes' 'sha256-$cspDigester.apply($onLoad)'")
-#end
-<!DOCTYPE html>
-<html>
-
-<head>
-    <meta charset="utf-8" />
-</head>
-
-<body onload="$onLoad">
-    <noscript>
-        <p>
-            <strong>Note:</strong> Since your browser does not support JavaScript, you must press the Continue button once to proceed.
-        </p>
-    </noscript>
-
-    <form action="${action}" method="post">
-         <div>
-            #if($client_id)
-            <input type="hidden" name="client_id" value="${client_id}" />#end #if($scope)
-
-            <input type="hidden" name="scope" value="${scope}" />#end #if($response_type)
-
-            <input type="hidden" name="response_type" value="${response_type}" />#end #if($response_mode)
-
-            <input type="hidden" name="response_mode" value="${response_mode}" />#end #if($redirect_uri)
-
-            <input type="hidden" name="redirect_uri" value="${redirect_uri}" />#end #if($state)
-
-            <input type="hidden" name="state" value="${state}" />#end #if($prompt)
-
-            <input type="hidden" name="prompt" value="${prompt}" />#end #if($request)
-            
-            <input type="hidden" name="request" value="${request}" />#end #if($acr_values)
-            
-            <input type="hidden" name="acr_values" value="${acr_values}" />#end #if($claims)
-
-            <input type="hidden" name="claims" value="${claims}" />#end #if($nonce)
-            
-            <input type="hidden" name="nonce" value="${nonce}" />#end #if($code_challenge)
-            
-            <input type="hidden" name="code_challenge" value="${code_challenge}" />#end #if($code_challenge_method)
-            
-            <input type="hidden" name="code_challenge_method" value="${code_challenge_method}" />#end
-        </div>
-        <noscript>
-            <div>
-                <input type="submit" value="Continue" />
-            </div>
-        </noscript>
-    </form>
-</body>
-
-</html>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list