File: template.html

package info (click to toggle)
opensaml2 2.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 5,924 kB
  • sloc: cpp: 27,060; sh: 10,755; xml: 999; makefile: 439; ansic: 22
file content (30 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
	<head>
		<title>SAML Binding</title>
	</head>
	<body>
		<form method="POST" action="<mlp action/>">
		<mlpif TARGET>
			<input type="hidden" name="TARGET" value="<mlp TARGET/>"/>
		</mlpif>
		<mlpif RelayState>
			<input type="hidden" name="RelayState" value="<mlp RelayState/>"/>
		</mlpif>
		<mlpif SAMLRequest>
			<input type="hidden" name="SAMLRequest" value="<mlp SAMLRequest/>"/>
		</mlpif>
		<mlpif SAMLResponse>
			<input type="hidden" name="SAMLResponse" value="<mlp SAMLResponse/>"/>
		</mlpif>
		<mlpif SAMLart>
			<input type="hidden" name="SAMLart" value="<mlp SAMLart/>"/>
		</mlpif>
		<mlpif SigAlg>
			<input type="hidden" name="SigAlg" value="<mlp SigAlg/>"/>
		</mlpif>
		<mlpif Signature>
			<input type="hidden" name="Signature" value="<mlp Signature/>"/>
		</mlpif>
		</form>
	</body>
</html>