# Authentication Technical Security Standard
**Source**: https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=33276
**Parent**: https://documents.manchester.ac.uk/listofprocedures.aspx
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function \_\_doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.\_\_EVENTTARGET.value = eventTarget;
theForm.\_\_EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
//<![CDATA[
Sys.WebForms.PageRequestManager.\_initialize('ctl00$ContentPlaceHolder1$ctl00', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance().\_updateControls([], [], [], 90);
//]]>
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| Authentication Technical Security Standard **Summary:** This Standard defines the specification for the baseline requirements for Authentication across all IT systems **Type:** Procedure **Category:** Information, IT, Web and Telecomms **Owner:** CISO This document requires CAS authentication **Contact email:** [its-governance.risk.compliance@manchester.ac.uk](mailto:its-governance.risk.compliance@manchester.ac.uk) **Last modified:** 08/12/2025 **Link to this document:** https://documents.manchester.ac.uk/display.aspx?DocID=33276 **Related documents:** | | | --- | | - [Information Security Policy](https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=6525) | | - [Information Governance accountability and assurance framework](https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=8039) | | - [Acceptable Use of IT Facilities and Services - Standard Operating Procedure for Staff](https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=16221) | | - [Acceptable Use Policy - IT facilities and services](https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=16277) | [Edit](https://documents.manchester.ac.uk/admin/editDoc2.aspx?DocID=33276) (only Administrators) | |
\
\
//<![CDATA[
Sys.Application.initialize();
//]]>