CINXE.COM

Redirecting...

<!doctype html> <html> <!-- Not Logged In --> <head> <title>Redirecting...</title> </head> <body><!--@@ SSO auto redirect @@ --> <script>var SSOcookieName = "SSOredirect";var SSOcookieValue = "https://intranet.cardiff.ac.uk/cy/staff";var SSOredirectUrl = "https:\/\/intranet.cardiff.ac.uk\/_saml\/saml-account-manager";var SSOautoRedirect = true;var SSOcookieSameSite = "lax";</script> <script> (function () { // basic set cookie function function setCookie(cname, cvalue, exdays, sameSite) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/" + ";samesite=" + sameSite; }; if (typeof SSOcookieName !== "undefined" && SSOcookieName != '') { // Workflow approval email links use additional hash values for Edit+ to navigate to the workflow screen. // Get a URL hash - so it can be passed in (if it exists) var urlHash = window.location.hash; // set the cookie setCookie(SSOcookieName, SSOcookieValue + urlHash, undefined, SSOcookieSameSite); // If auto redirection is enabled if (SSOautoRedirect) { // Wait for a moment, then redirect to SSO Account manager asset setTimeout(function () { window.location = SSOredirectUrl; }, 200); } } }()); </script> </body> </html>