-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcirrus.html
More file actions
24 lines (18 loc) · 2.09 KB
/
cirrus.html
File metadata and controls
24 lines (18 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>POST data</title>
</head>
<body onload="console.log('onload');">
<p><strong>Note:</strong> Since your browser does not support JavaScript, you must press the button below once to proceed.</p>
<form method="post" action="https://csumb.okta.com/app/californiastateuniversitymontereybay_cms_2/exkhajo95nvEIrgon0x7/sso/saml">
<!-- Need to add this element and call click method, because calling submit()
on the form causes failed submission if the form has another element with name or id of submit.
See: https://developer.mozilla.org/en/DOM/form.submit#Specification -->
<input type="submit" style="display:none;" />
<input type="hidden" name="SAMLRequest" value="PHNhbWxwOkF1dGhuUmVxdWVzdCB4bWxuczpzYW1scD0idXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOnByb3RvY29sIiB4bWxuczpzYW1sPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6YXNzZXJ0aW9uIiBJRD0iXzk2Y2MyOWQ5YzJmMjU2MzBmNmJkNDExNDk4N2MyODVhOTJhNjdmNjUwOCIgVmVyc2lvbj0iMi4wIiBJc3N1ZUluc3RhbnQ9IjIwMTctMTItMDdUMjI6NTY6MThaIiBEZXN0aW5hdGlvbj0iaHR0cHM6Ly9jc3VtYi5va3RhLmNvbS9hcHAvY2FsaWZvcm5pYXN0YXRldW5pdmVyc2l0eW1vbnRlcmV5YmF5X2Ntc18yL2V4a2hham85NW52RUlyZ29uMHg3L3Nzby9zYW1sIiBBc3NlcnRpb25Db25zdW1lclNlcnZpY2VVUkw9Imh0dHBzOi8vc3NvMy5jc3VtYi5lZHUvbW9kdWxlLnBocC9zYW1sL3NwL3NhbWwyLWFjcy5waHAvY3N1bWIzLWJyaWRnZV9wcm94eSIgUHJvdG9jb2xCaW5kaW5nPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6YmluZGluZ3M6SFRUUC1QT1NUIj48c2FtbDpJc3N1ZXI+aHR0cHM6Ly9zc28zLmNzdW1iLmVkdS9icmlkZ2U8L3NhbWw6SXNzdWVyPjxzYW1scDpOYW1lSURQb2xpY3kgRm9ybWF0PSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6bmFtZWlkLWZvcm1hdDp0cmFuc2llbnQiIEFsbG93Q3JlYXRlPSJ0cnVlIi8+PC9zYW1scDpBdXRoblJlcXVlc3Q+" /><input type="hidden" name="RelayState" value="https://sso3.csumb.edu/cas/login?service=https%3A%2F%2Fcmsweb.cms.csumb.edu%2Fpsp%2FHMBPRD%2F%3Fcmd%3Dlogin%26userid%3DPS%26pwd%3Dz&method=POST" />
<button type="submit" class="btn">Submit</button>
</form>
</body>