CINXE.COM

Freeman Single Sign On

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app" ng-csp ng-controller="LayoutCtrl"> <head> <title>Freeman Single Sign On</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/png" href="{{'../Content/favicons/favicon-' + model.custom.customApplicationSeparator + '.png'}}" /> <link href='https://fonts.googleapis.com/css?family=Lato:400,700,900' rel='stylesheet' type='text/css'> <link href="../Content/styles/angular-csp.css" rel="stylesheet" /> <link href="../Content/styles/bootstrap.min.css" rel="stylesheet" ng-if="(model.custom.customLoginDetails !== undefined) && (model.custom.customLoginDetails.applicationContentActive.indexOf('true') > -1)" /> <link href="../Content/styles/bootstrapold.min.css" rel="stylesheet" ng-if="(model.custom.customLoginDetails === undefined) || (model.custom.customLoginDetails.applicationContentActive == '')" /> <link href='../Content/fonts/ptsans_bitter.css' rel='stylesheet' type='text/css'> <script src="../Content/scripts/modernizr-2.6.2-respond-1.1.0.min.js"></script> <link href="../Content/styles/font-awesome.min.css" rel="stylesheet" ng-if="(model.custom.customLoginDetails !== undefined) && (model.custom.customLoginDetails.applicationContentActive.indexOf('true') > -1)"> <link href="../Content/styles/blockliststyle.css" rel="stylesheet" ng-if="(model.custom.customLoginDetails !== undefined) && (model.custom.customLoginDetails.applicationContentActive.indexOf('true') > -1)" /> <link href="../Content/styles/style.css" rel="stylesheet" ng-if="(model.custom.customLoginDetails !== undefined) && (model.custom.customLoginDetails.applicationContentActive.indexOf('true') > -1)"> <link href="../Content/styles/responsive.css" rel="stylesheet" ng-if="(model.custom.customLoginDetails !== undefined) && (model.custom.customLoginDetails.applicationContentActive.indexOf('true') > -1)" /> <link href="../Content/styles/freeman.min.css" rel="stylesheet" ng-if="(model.custom.customLoginDetails === undefined) || (model.custom.customLoginDetails.applicationContentActive == '')" /> </head> <body ng-cloak class="login" ga-app-dimension background="{{model.custom.customLoginDetails.backgroundImageUrl == null ? '../Content/images/login-panel-bg.jpg' : model.custom.customLoginDetails.backgroundImageUrl}}"> <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-P3K63F" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-P3K63F'); </script> <!-- End Google Tag Manager --> <div class="page-header"> <h1>Error</h1> </div> <div class="row"> <div class="col-md-6 col-sm-6"> <div class="alert alert-danger"> <div ng-show="model.errorMessage">{{model.errorMessage}}</div> </div> <div class="request-id">Request Id: <span ng-bind="model.requestId"></span></div> </div> </div> <script id='modelJson' type='application/json'> {&quot;errorMessage&quot;:&quot;There is an error determining which application you are signing into. Return to the application and try again.&quot;,&quot;requestId&quot;:&quot;30552feb-c99a-42e4-8d6d-39841093ab7e&quot;,&quot;siteUrl&quot;:&quot;https://identity.freeman.com/identity/&quot;,&quot;siteName&quot;:&quot;Freeman Single Sign On&quot;,&quot;currentUser&quot;:null,&quot;logoutUrl&quot;:&quot;https://identity.freeman.com/identity/logout&quot;,&quot;custom&quot;:null} </script> <script src="/identity/assets/scripts.2.0.0.js"></script> <script language="JavaScript" type="text/javascript" src="https://sadmin.brightcove.com/js/BrightcoveExperiences.js"></script> <script src="../Content/scripts/app.js"></script> <script src="../Content/scripts/jquery.min.js"></script> <script src="../Content/scripts/bootstrap.min.js"></script> <script src="../Content/scripts/html5shiv.min.js"></script> <script src="../Content/scripts/blocksit.min.js"></script> <script src="../Content/scripts/script.js"></script> <script src="../Content/scripts/SceDelegatePolicySettings.js"></script> <script src="../Content/scripts/BrightCoveDirective.js"></script> <script src="../Content/scripts/GoogleAnalyticsDirective.js"></script> </body> </html>