facebook.cfabackstagetour.com
Open in
urlscan Pro
2606:4700::6812:b521
Public Scan
Submitted URL: https://facebook.cfabackstagetour.com/
Effective URL: https://facebook.cfabackstagetour.com/my-tickets/login
Submission: On August 22 via automatic, source certstream-suspicious — Scanned from US
Effective URL: https://facebook.cfabackstagetour.com/my-tickets/login
Submission: On August 22 via automatic, source certstream-suspicious — Scanned from US
Form analysis
4 forms found in the DOMPOST #
<form action="#" id="form" method="POST">
<input name="_csrf_token" id="_csrf_token" autocomplete="off" type="hidden" value="6c0250042150f61ef9bc41bc6408dec2be7a91a1b42a1e0b64a8ec859db5202e" class="">
<div class="msg" style="display: none;"></div>
<div class="msg--error"></div>
<input type="hidden" name="return" id="return" value="">
<div class="form-group">
<label for="email">Email</label>
<input class="email-input" type="text" name="email" id="email" placeholder="Email">
</div>
<div class="form-group">
<label for="password">Password</label>
<input class="password-input" type="password" name="password" id="password" placeholder="Password" autocomplete="off">
</div>
<button type="submit"><i class="icon-spinner"></i>Sign in</button>
<div class="clearfix"></div>
<div style="padding-top: 10px;">
<div class="purchase_wrapper">
<button id="okta-login-btn" type="button" class="btn-purchase btn-primary show-signed-out controls" onclick="openOktaWindow()">Sign in with Chick-fil-A Okta</button>
</div>
</div>
<script type="text/javascript">
let oktaWindow;
function openOktaWindow() {
let width = 400;
let height = 500;
let left = (screen.width / 2) - (width / 2);
let top = (screen.height / 2) - (height / 2);
oktaWindow = window.open('https://tickets.cfabackstagetour.com/sso/okta/login?state=tickets', 'popUpWindow', 'height=' + height + ',width=' + width + ',left=' + left + ',top=' + top +
',resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no, status=yes');
}
window.addEventListener('load', function() {
//Let's listen to events
let eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
let eventer = window[eventMethod];
let messageEvent = eventMethod === "attachEvent" ? "onmessage" : "message";
eventer(messageEvent, function(e) {
if (e.origin !== 'https://tickets.cfabackstagetour.com') return;
if (e.data.length) {
let dataDecoded = JSON.parse(e.data);
if (typeof dataDecoded.oktaResult !== 'undefined') {
if (!dataDecoded.oktaResult.success) {
alert('There was an error processing your request.')
} else {
$.ajax('/my-tickets/provider-login', {
type: "POST",
data: {
login_provider: 3,
},
success: function(data) {
if (typeof data.login_result !== 'undefined') {
if (data.login_result.success) {
window.location.href = data.login_result.redirect ? data.login_result.redirect : "/";
} else {
if (data.login_result.error === 'no_linked_account') {
alert('Account with this email already exists. Please login with your password and link your Chick-fil-A Okta account.');
} else {
alert('There was an error processing your request.')
}
}
} else {
alert('There was an error processing your request.')
}
oktaWindow.close();
},
error: function() {
oktaWindow.close();
alert('There was an error processing your request.')
}
});
}
}
}
});
}, true);
</script>
</form>
POST #
<form action="#" id="forgot" style="display:none" method="POST">
<input name="_csrf_token" id="_csrf_token" autocomplete="off" type="hidden" value="6c0250042150f61ef9bc41bc6408dec2be7a91a1b42a1e0b64a8ec859db5202e" class="">
<div class="msg" style="display: none;"></div>
<div class="msg--error"></div>
<div class="form-group">
<label for="forgot-email">Email</label>
<input class="email-input" type="text" id="forgot-email" name="email" placeholder="Email">
</div>
<button type="submit"><i class="icon-spinner"></i>Send password help</button>
<div class="clearfix"></div>
</form>
POST #
<form action="#" id="reset-form" style="display:none" method="POST">
<input name="_csrf_token" id="_csrf_token" autocomplete="off" type="hidden" value="6c0250042150f61ef9bc41bc6408dec2be7a91a1b42a1e0b64a8ec859db5202e" class="">
<div class="msg" style="display: none;"></div>
<div class="msg--error"></div>
<div class="form-group">
<label for="reset-email">Email</label>
<input class="email-input" type="text" id="reset-email" name="email" placeholder="Email">
</div>
<div class="form-group">
<label for="reset-password">Password</label>
<input class="password-input" type="password" id="reset-password" autocomplete="off" name="new_password" placeholder="Enter New Password">
</div>
<div class="form-group">
<label for="reset-password-again">Password Again</label>
<input class="password-input" type="password" id="reset-password-again" autocomplete="off" name="new_password_again" placeholder="Enter New Password Again">
</div>
<button type="submit"><i class="icon-spinner"></i>reset password</button>
<div class="clearfix"></div>
</form>
POST #
<form action="#" id="set-initial-password-form" style="display:none" method="POST">
<input name="_csrf_token" id="_csrf_token" autocomplete="off" type="hidden" value="6c0250042150f61ef9bc41bc6408dec2be7a91a1b42a1e0b64a8ec859db5202e" class="">
<div class="msg" style="display: none;"></div>
<div class="msg--error"></div>
<div class="form-group">
<label for="first_name">First Name</label>
<input class="username-input" type="text" id="initial_first_name" name="first_name" placeholder="First name" value="">
</div>
<div class="form-group">
<label for="last_name">Last Name</label>
<input class="username-input" type="text" id="initial_last_name" name="last_name" placeholder="Last name" value="">
</div>
<div class="form-group">
<label for="email">Email</label>
<input class="email-input" type="text" id="initial_email" name="email" placeholder="Email" value="">
</div>
<div class="form-group">
<label for="set-password">Password</label>
<input class="password-input" type="password" id="set-password" autocomplete="off" name="new_password" placeholder="Enter New Password">
</div>
<div class="form-group">
<label for="set-password-again">Password Again</label>
<input class="password-input" type="password" id="set-password-again" autocomplete="off" name="new_password_again" placeholder="Enter New Password Again">
</div>
<button type="submit"><i class="icon-spinner"></i>Set password</button>
<div class="clearfix"></div>
</form>
Text Content
Sign in to My Tickets to view and manage your tickets and account information. The link has expired, A new link has been sent to you via email Please create a password to finish setting up your account Your password must be 8 characters long and contain three of these four categories: Upper case letter, lower case letter, number, and special character. Email Password Sign in Sign in with Chick-fil-A Okta Email Send password help Email Password Password Again reset password First Name Last Name Email Password Password Again Set password Forgot your password? Go Back Trying to sign in as a ticket seller? * Support * Terms of Service * Privacy Policy © 2024 Chick-fil-A Backstage Tours We use cookies to enhance your experience when using our site. The cookies on this site are used to offer website functions to you, serve personalized content, tailor advertisements to your interests and analyze website usage. Our Cookies may collect and share information about your website use for these purposes. By continuing, you agree to our use of cookies. You can manage your cookie settings by clicking on “Cookie Preference Center” button or find out more from our Cookie Policy. (For even tastier, edible cookies, please visit the treats section of our Menu page.) Privacy Policy and California Privacy Notice. Cookie Preference Center Reject Non-Essential Cookies Accept All Cookies PRIVACY PREFERENCE CENTER Your Opt Out Preference Signal is Honored * YOUR PRIVACY * ESSENTIAL COOKIES * ANALYTICS AND PERFORMANCE COOKIES * FUNCTIONALITY COOKIES * TARGETING COOKIES YOUR PRIVACY When you visit our website, we and our advertising and analytics partners may store or retrieve cookies on your browsers to collect information. This information may relate to you, your preferences or your device, and is used, for example, to make the site work as you expect it to or enhance your user experience. The information does not usually directly identify you, but it can give you a more personalized web experience. You can learn more about how different cookies work and choose whether to allow certain types of cookies. Click on the different category headings below to find out more and change our default settings. Please note that your adjustments may impact your experience of the site and the services we are able to offer. ESSENTIAL COOKIES Always Active Cookies necessary for system administration, to prevent fraudulent activity, to improve security, or to enable basic features of the Site and services online. Cookies Details ANALYTICS AND PERFORMANCE COOKIES Analytics and Performance Cookies Cookies used to assess the performance of the Site, including as part of our analytics practices to improve the content offered through the Site. Cookies Details FUNCTIONALITY COOKIES Functionality Cookies Cookies that enable us or third party partners to provide certain functions of the website to you, like a video player. Please note that if you disable these cookies, we may not be able to provide all functions of our website to you. Cookies Details TARGETING COOKIES Targeting Cookies Cookies used by us or by third-party advertising networks and content providers to deliver content, including ads, relevant to your interests on the Site and third-party sites across your devices based on how you interact with our advertisements or content. Cookies Details Back Button COOKIE LIST Filter Button Consent Leg.Interest checkbox label label checkbox label label checkbox label label Clear checkbox label label Apply Cancel Save Preferences Reject Non-Essential Cookies Allow All