CloudFront
tcp/80
Server
tcp/443
Open service 2600:9000:27e6:ee00:14:3c6f:2300:93a1:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:52 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=7edc2641-4f5e-4a05-a4b7-a10ed5dd2a32; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 60e5eea6-7be2-400c-add1-f654dc674773
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 11e96575dfbca7fdaeadce447e13bf86.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: MZ60NsRDYAAGUNTfGLYKcvGNS0WWz8cnS-aEP11of5zM2QEGTA1A1Q==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2600:9000:27e6:a00:14:3c6f:2300:93a1:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:50 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=ca768b34-21c1-4c04-974d-0b6d5d115f9a; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 11e10fc8-9ea5-4170-82d2-6b6ebb1fdf3f
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 d6dd98756a4f02347841ea55c4fd0b38.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: AR7cW3OaLjlye622eFX_oPDaKDPR1MyXAtvbrkHvFBOl7UAFTg1cOw==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2600:9000:27e6:ee00:14:3c6f:2300:93a1:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 a6cf64e69a19d3b39479c6c39a829974.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: YAkm26CGCO_f8tmtoDoDw1bYwFWpfkyhQK0REKHzODdGDhkej08Vqg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:27e6:6a00:14:3c6f:2300:93a1:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:50 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=431d7274-bf83-4b82-ab87-7e4b8cc6e3e9; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: d8414860-546e-4f34-b11a-9800a35313cc
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 d58fe911e8d3d034699b8fab381077d6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: GTJoMk-NrvUHAjDgDtHxDZqVHhDLhw-4M0eLeXUuH83q1PnMzhecEw==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2600:9000:27e6:4600:14:3c6f:2300:93a1:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:50 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=5ada01dd-b42e-4de3-9509-25cd08f06bbf; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: ef0c4973-f37d-48e4-95ee-edf585e98b27
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 1b406976e43f339920dd4ca9beffceb8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: Ygi1s-cxLAqrtiYeXpdlLTSaQXjIACSZORC1pvN8KiWscGTi9OjQAg==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2600:9000:27e6:d800:14:3c6f:2300:93a1:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:51 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=d4b902a0-ef3d-446c-aff8-14917df1d6b1; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 690f0947-4c1d-4cd9-98af-e8a7f99a519c
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 c4c77edb0e594ee05e794efbddc0c5f8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: BDuaPu_fih0U7PtX4VNxz1eYi2YCQfYwalFeGBL_UEVJOrwf9qKKew==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 3.167.227.43:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:51 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=7ee30696-9173-4818-820c-c1b0157c0024; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 2e20f27c-43ed-477f-993c-84a0cf18e0e5
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 a6cf64e69a19d3b39479c6c39a829974.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: Gra5WhJzyZCya3OgFMLrSqE0WJUQg30spoy2T59lnqpjYWmSb1cFTA==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2600:9000:27e6:7200:14:3c6f:2300:93a1:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:50 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=14e7753d-d9d6-46d3-8240-4827a35d6320; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 8fe9059f-cb02-428b-8eff-46d60b375497
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 321608f40a0cbef23b6add681d95b456.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: xQvCfMCYSmGIWr2tZCgB95xiVqhbA1zFTaVT22joNWH0Q3y6Kwgprw==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2600:9000:27e6:6a00:14:3c6f:2300:93a1:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 3f695203fbeb95037134ac09f46add98.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: RdX9v2pogWO8RuNLDoABZW4aJwoYAgaZOPjEDGEu_DWE1pE_ph04rQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:27e6:d800:14:3c6f:2300:93a1:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 4cbb03cab2ae98371d6d5b712148e8c2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: B5nTlcpWPhPMJrkovBxNXBNUwGVwZ_16RDC3ff7WyxmLAY7KFIyQLQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:27e6:a00:14:3c6f:2300:93a1:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 adb85524b165725266f060aad450374e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: q1y15R8F5DBZH9peJyrYAmo6rDfRj5tEVUAZbfK4lsafg85Wc7DOTg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:27e6:2400:14:3c6f:2300:93a1:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:50 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=34fd1d09-1b1f-4bc5-bb51-92ab494a89b5; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: e7b65ac6-f8c5-480f-942b-def2df3a83f0
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 d58fe911e8d3d034699b8fab381077d6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: FqbfCykfRAn-hA4SOYbENaunldhI-ejaLEDEOWj99WStQ5kvmcBCag==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 3.167.227.71:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:51 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=8374021d-906d-4cb8-a252-53c5e45ea035; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 63ba4945-5376-47b4-9958-7345520b9980
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 112ea1671f1dfc4e484af72377a98408.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: s7J9NmrE-VybjaJl7oC_EkQBRkwLJsS6A8xWAr7yK88lVpsT0gKa_w==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2600:9000:27e6:4600:14:3c6f:2300:93a1:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 ff574190206d8389868fcb11852be5fc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: _Lsy_W_VBDq7vuUCg2b5QCblpLyDy8pQT7VcSIl0olLMqTNwQ6YcJg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:27e6:1400:14:3c6f:2300:93a1:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:51 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=78c7d2f6-e398-479a-9648-3a51ad2c8664; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 5b2bdd52-e750-4a3e-922f-fc504c5792ef
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 20bb5456515af18dfd439c3bbeca8dfc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: Aic4ppTv39T4z7E4AFPdJOm1L0XztfdQwcSQFqa33Yp56zoj3dekYA==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 3.167.227.23:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 af41df92dcd78cb02e9fa3fcebe92200.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: dMK-2Rt85k20iZkMwEOx77SqRjQ0So8HMzEr8RdRwdPj_dn3st6-Nw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:27e6:1400:14:3c6f:2300:93a1:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 d58fe911e8d3d034699b8fab381077d6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: 9WTyZ33RCWc5IUg2Wo41AQG5lXGPbzesEgFlgmajMIem60z2x01b6w== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.167.227.50:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 af41df92dcd78cb02e9fa3fcebe92200.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: WLIbPUfYYTA5R57FF6aARbPaqp87zSFeS64sSiW_NJao5Jjxx1TsoQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.167.227.23:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:50 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=0c3bdef3-27d7-4fa1-84ba-9b58daef4339; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: f106f464-68f6-4e1f-a262-708f944d447c
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 c4c77edb0e594ee05e794efbddc0c5f8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: YXr4O9pLb_FBSLId1UwadikTLqRUBAElJ0-FVR2FpTYdvXeB1WS3ug==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2600:9000:27e6:7200:14:3c6f:2300:93a1:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 4cbb03cab2ae98371d6d5b712148e8c2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: 4rCQnYsjbDxnzobPoy67lqT6MNwGq7LALBaQEUt9sRk2ZLZKqqhmTA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.167.227.50:443 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 22 Dec 2025 05:15:51 GMT
Server: Server
Content-Language: en-US
Set-Cookie: XSRF-TOKEN=92b1070c-8bf4-40a4-af30-b19643aee611; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 59d30c5e-392c-41f5-b71a-07039570b4ac
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
X-Cache: Miss from cloudfront
Via: 1.1 1f06029d64b556175859a19159ff7f92.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P11
X-Amz-Cf-Id: 5KLUkYNOsRzoeKZ-uIBznsY2lconbqm-im5VI2JqJZuqMsbzEAwrFA==
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2600:9000:27e6:2400:14:3c6f:2300:93a1:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 4218e34de65310fe1ec1fdbfddb4c01e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: fUW9ATK5LG5yeWaxEXKYAOIHbdYO5y5tZ2iHIOLO7FMJMgNgTU_e_A== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.167.227.43:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 08dc547306e2c7102196b53ce0859e80.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: 9sCX-TEij8-1vTCW8qVJzFKTwJS18xq3LdARVtPqq-V_w3fcHqUhZQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.167.227.71:80 · auth-accdev.acc.fineos.com
2025-12-22 05:15
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:15:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://auth-accdev.acc.fineos.com/ X-Cache: Redirect from cloudfront Via: 1.1 44c11b9e7f9c69a8ff1ceeb4b7d9e50c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P11 X-Amz-Cf-Id: VIZvSqxGoKCUDbMePxLj1uaTXkVozbVtyWhExe-pvK7yBhPmYrD0Vw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
2600:9000:27e6:ee00:14:3c6f:2300:93a1 1 2600:9000:27e6:a00:14:3c6f:2300:93a1 1 2600:9000:27e6:6a00:14:3c6f:2300:93a1 1 2600:9000:27e6:4600:14:3c6f:2300:93a1 1 2600:9000:27e6:d800:14:3c6f:2300:93a1 1 3.167.227.43 1 2600:9000:27e6:7200:14:3c6f:2300:93a1 1 2600:9000:27e6:2400:14:3c6f:2300:93a1 1 3.167.227.71 1 2600:9000:27e6:1400:14:3c6f:2300:93a1 1 3.167.227.23 1 3.167.227.50 1