Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 19.6 MB (14.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
11 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/c9194ddc-8d22-4c17-a1da-581fd5dae25e)<a href="https://beavercheck.com/results/c9194ddc-8d22-4c17-a1da-581fd5dae25e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcloud.microsoft" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcloud.microsoftThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 17.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 17.4s to load
+12% bounceUsers abandon at ~3s — you're 14.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 328ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
49 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $3.60/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$3.60 /mo
~$43 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,129 / month at risk
~$157,543 / year if left unfixed
$157,500
+3 more
$3.60 /mo
45047.1 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
328 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.12 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
29.82 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 300.0 s | 273.7 KiB |
| js.monitor.azure.com/scripts/c/ms.shared.analytics.mectrl-3.gbl.min.js | 1800.0 s | 34.9 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2 | 126958.0 s | 29.6 KiB |
| mem.gfx.ms/meversion?partner=office&market=en-us&uhf=1 | 7200.0 s | 10.2 KiB |
| c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2 | 320622.0 s | 28.9 KiB |
| c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2 | 410452.0 s | 33.5 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
a#module-cta-mobile-chat > div > div.module-image-container > video.hover-video a#module-cta-mobile-chat > div > div.module-image-container > video.hover-video | /officehub/images/content/images/unauth-mcm/hero-module1-... | 916.5 KiB | 877.2 KiB |
a#module-cta-create-v2 > div > div.module-image-container > video.hover-video a#module-cta-create-v2 > div > div.module-image-container > video.hover-video | /officehub/images/content/images/unauth-mcm/hero-module4-... | 733.0 KiB | 693.7 KiB |
Talk with Copilot on the go a#module-cta-voice > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-mcm/hero-module5-... | 654.7 KiB | 614.7 KiB |
a#module-cta-search-v2 > div > div.module-image-container > video.hover-video a#module-cta-search-v2 > div > div.module-image-container > video.hover-video | /officehub/images/content/images/unauth-mcm/hero-module2-... | 478.7 KiB | 439.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cloud.microsoft/ | 1.6 s |
| m365.cloud.microsoft/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| res.cdn.office.net/officehub/bundles/unauth-3a910e427c.css | 81.4 KiB | 81.1 KiB |
| /onerfstatics/marketingsites-neu-prod/west-european/shell... | 22.3 KiB | 21.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| m365.cloud.microsoft/ | 991 ms | 31 ms | 14 ms |
| res.cdn.office.net/officehub/bundles/unauth-936aa5c11c.js | 887 ms | 273 ms | 16 ms |
| Unattributable | 731 ms | 13 ms | 0.0 ms |
| res.cdn.office.net/admincenter/admin-main/2026.4.2.8/floodgate.en.bundle.js | 356 ms | 193 ms | 153 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 208 ms | 173 ms | 7.0 ms |
| res.cdn.office.net/officehub/bundles/unauth-mcm-scripts-6378fb4b6f.js | 205 ms | 136 ms | 58 ms |
| res.cdn.office.net/officehub/bundles/unauth-vendor-f0ab3fa70e.js | 198 ms | 179 ms | 11 ms |
| mem.gfx.ms/meversion?partner=office&market=en-us&uhf=1 | 109 ms | 102 ms | 2.5 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.2 s |
| Script Evaluation | 1.2 s |
| Style & Layout | 537 ms |
| Rendering | 527 ms |
| Script Parsing & Compilation | 319 ms |
| Parse HTML & CSS | 59 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: var unauth1dsAnalytics; … | 10.3 KiB | 6.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| res.cdn.office.net/admincenter/admin-main/2026.4.2.8/floodgate.en.bundle.js | 330.9 KiB | 290.3 KiB |
| res.cdn.office.net/officehub/bundles/unauth-mcm-scripts-6378fb4b6f.js | 185.6 KiB | 93.9 KiB |
| wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 231.8 KiB | 33.5 KiB |
| /onerfstatics/marketingsites-neu-prod/shell/_scrf/js/them... | 36.3 KiB | 28.8 KiB |
| res.cdn.office.net/officehub/bundles/unauth-vendor-f0ab3fa70e.js | 34.2 KiB | 25.4 KiB |
| res.cdn.office.net/officehub/bundles/unauth-936aa5c11c.js | 63.5 KiB | 24.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Talk with Copilot on the go a#module-cta-voice > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-mcm/hero-module5-... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Talk with Copilot on the go
Use your voice to think through work, capture idea… section.modules-section > div.modules-container > div.modules-grid > a#module-cta-voice |
Pick up where you left off
Continue with your recent work and context already … section.modules-section > div.modules-container > div.modules-grid > a#module-cta-mobile-chat |
Find what you need
Locate your files and information across Microsoft 365.
Go… section.modules-section > div.modules-container > div.modules-grid > a#module-cta-search-v2 |
Turn ideas into images
Create images, posters, banners, videos, surveys and mo… section.modules-section > div.modules-container > div.modules-grid > a#module-cta-create-v2 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to font at 'https://www.microsoft.com/mwf/_h/v3.54/mwf.app/fonts/mwfmdl2-v3.54.ttf' from origin 'https://m365.cloud.microsoft' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://www.microsoft.com/mwf/_h/v3.54/mwf.app/fonts/mwfmdl2-v3.54.woff' from origin 'https://m365.cloud.microsoft' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /topic/supported-regions-and-languages-in-microsoft-copil... | here |
| clarity.microsoft.com/ | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 3 | <!-- Copyright (C) Microsoft Corporation. All rights reserved. --> | Syntax not understood |
| 4 | <!DOCTYPE html> | Syntax not understood |
| 5 | <html dir="ltr" class="" lang="en"> | Syntax not understood |
| 6 | <head> | Syntax not understood |
| 7 | <title>Sign in to your account</title> | Syntax not understood |
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | Syntax not understood |
| 9 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | Syntax not understood |
| 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes"> | Syntax not understood |
| 11 | <meta http-equiv="Pragma" content="no-cache"> | Syntax not understood |
| 12 | <meta http-equiv="Expires" content="-1"> | Syntax not understood |
| 13 | <link rel="preconnect" href="https://aadcdn.msftauth.net" crossorigin> | Unknown directive |
| 14 | <meta http-equiv="x-dns-prefetch-control" content="on"> | Syntax not understood |
| 15 | <link rel="dns-prefetch" href="//aadcdn.msftauth.net"> | Syntax not understood |
| 16 | <link rel="dns-prefetch" href="//aadcdn.msauth.net"> | Syntax not understood |
| 18 | <meta name="PageID" content="ConvergedSignIn" /> | Syntax not understood |
| 19 | <meta name="SiteID" content="" /> | Syntax not understood |
| 20 | <meta name="ReqLC" content="1033" /> | Syntax not understood |
| 21 | <meta name="LocLC" content="en-US" /> | Syntax not understood |
| 24 | <meta name="format-detection" content="telephone=no" /> | Syntax not understood |
| 26 | <noscript> | Syntax not understood |
| 27 | <meta http-equiv="Refresh" content="0; URL=https://login.microsoftonline.com/jsdisabled" /> | Unknown directive |
| 28 | </noscript> | Syntax not understood |
| 32 | <meta name="robots" content="none" /> | Syntax not understood |
| 34 | <script type="text/javascript" nonce='lQjmzd4Bp1_VDefXyvLJDw'>//<![CDATA[ | Syntax not understood |
| 35 | $Config={"fShowPersistentCookiesWarning":false,"urlMsaSignUp":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=vzxotpnIDHfiaW8TW1yC3OZ9JL4S8RWN2NvtU1WvuBYPjQflJgrAwB9uGlof1p95K0c6YOQt-k85cPeetM9PiAuBZWYZ-uZFA3AcG7u576P2j18HuXj36QDlw7nXR727A7hrosdreRzR5jHUIV6MgT3ijAF5CgdwfUDLbF8bXg2cBBsrjkpSIU6NZEu1MIsxZm_gKgSut9JdnWD2oo8apRO-4F7u6tLh20SKKZdAmGEc0DESvSOZIKyO4Xi13M1dTYESIXhKtQFjiykM3iLuyifVVzZQa_ZAHkd9-ylIUmZWa8hXCqicDYu9gWncKhr4C5XnyAxfMCjhe8YHf-gtOW_CtSm-NzGp27iTImOdCx4bI1bKkgqt7Vz8aiy-C_ddzvG1zvJpXhDg0HWluUXk4t9H-yWNoqbhddrEUvGGjF9mwyej5SWG8SuIcH83gGC0qvR2Qgjt9tvndCFmPTwLpBXew7OkJW7hfOsS8FiVHSH2T34ip6ZeTpDbQbZ0SqlsT5D09rW71uOVGRnfNXg5JQ\u0026response_mode=form_post\u0026nonce=639119555600898118.NTk5M2M1YjQtN2I0Yi00ZWY2LTkyMjMtODVhNTBmYjc1OGFlYTU2MmIwYmEtNWY1ZC00NzMzLTg1ZGEtZTg4NmI0ZjBmMGUz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=6173d1fc86134038b03661232d225a40\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026signup=1\u0026lw=1\u0026fl=easi2\u0026epctrc=djjVS6iHBb%2bLRgD2eDkh6PlcPjoglxxPU61cYyEyG9o%3d3%3a1%3aCANARY%3aHc73lQ6mcLQKtWLcZ11gdWjpLg%2fm4zeoO1uCGpdgf3Y%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA42g5kCgxoS4-3dkpUV6bZjDRgZxdQm38-ZxokahV2BNNRAPsFF0oWQBX3notKwbtOZogH_CC5B2lLA9lcwAgCDsOzcmqkSPYb3_ZgAKJEw4e8pE3_g5RimhtMZ4hg_gKS1ziaaFxmwPwhPtSOB-UU2M7f--TXSsGM4ApvgZFUx9aYLd4asjM8-ZJgUD4Wk9tWU3lCCTpq3zMTWl8VJH3cSAA\u0026jshs=0","urlMsaLogout":"https://login.live.com/logout.srf?iframed_by=https%3a%2f%2flogin.microsoftonline.com","urlOtherIdpForget":"https://login.live.com/forgetme.srf?iframed_by=https%3a%2f%2flogin.microsoftonline.com","showCantAccessAccountLink":true,"arrExternalTrustedRealmFederatedIdps":[{"IdpType":400,"IdpSignInUrl":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=vzxotpnIDHfiaW8TW1yC3OZ9JL4S8RWN2NvtU1WvuBYPjQflJgrAwB9uGlof1p95K0c6YOQt-k85cPeetM9PiAuBZWYZ-uZFA3AcG7u576P2j18HuXj36QDlw7nXR727A7hrosdreRzR5jHUIV6MgT3ijAF5CgdwfUDLbF8bXg2cBBsrjkpSIU6NZEu1MIsxZm_gKgSut9JdnWD2oo8apRO-4F7u6tLh20SKKZdAmGEc0DESvSOZIKyO4Xi13M1dTYESIXhKtQFjiykM3iLuyifVVzZQa_ZAHkd9-ylIUmZWa8hXCqicDYu9gWncKhr4C5XnyAxfMCjhe8YHf-gtOW_CtSm-NzGp27iTImOdCx4bI1bKkgqt7Vz8aiy-C_ddzvG1zvJpXhDg0HWluUXk4t9H-yWNoqbhddrEUvGGjF9mwyej5SWG8SuIcH83gGC0qvR2Qgjt9tvndCFmPTwLpBXew7OkJW7hfOsS8FiVHSH2T34ip6ZeTpDbQbZ0SqlsT5D09rW71uOVGRnfNXg5JQ\u0026response_mode=form_post\u0026nonce=639119555600898118.NTk5M2M1YjQtN2I0Yi00ZWY2LTkyMjMtODVhNTBmYjc1OGFlYTU2MmIwYmEtNWY1ZC00NzMzLTg1ZGEtZTg4NmI0ZjBmMGUz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=6173d1fc86134038b03661232d225a40\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=djjVS6iHBb%2bLRgD2eDkh6PlcPjoglxxPU61cYyEyG9o%3d3%3a1%3aCANARY%3aHc73lQ6mcLQKtWLcZ11gdWjpLg%2fm4zeoO1uCGpdgf3Y%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA87pp-yJPWq0Cml15kMjdH4bCwThPDWNkMjgWtt8pP8yjcBKejC0bNgAU21i4g248zQVxDfXbyZuZszXMxZloDJZ31OZZ2gTGBjwcaOmRdJPJVp8vdosPoHO7CjkD265d8JyZ2wTrg2LAa-dM_i0-cOTUNu0zqhtdvwLjLDC8ntS099F2dTzHwJjdIkWSaOtixc7XXK-9lGc8ayqlXCMOGCAA\u0026jshs=0\u0026idp_hint=github.com","DisplayName":"GitHub","Promoted":false}],"fEnableShowResendCode":true,"iShowResendCodeDelay":90000,"sSMSCtryPhoneData":"AF~Afghanistan~93!!!AX~Åland Islands~358!!!AL~Albania~355!!!DZ~Algeria~213!!!AS~American Samoa~1!!!AD~Andorra~376!!!AO~Angola~244!!!AI~Anguilla~1!!!AG~Antigua and Barbuda~1!!!AR~Argentina~54!!!AM~Armenia~374!!!AW~Aruba~297!!!AC~Ascension Island~247!!!AU~Australia~61!!!AT~Austria~43!!!AZ~Azerbaijan~994!!!BS~Bahamas~1!!!BH~Bahrain~973!!!BD~Bangladesh~880!!!BB~Barbados~1!!!BY~Belarus~375!!!BE~Belgium~32!!!BZ~Belize~501!!!BJ~Benin~229!!!BM~Bermuda~1!!!BT~Bhutan~975!!!BO~Bolivia~591!!!BQ~Bonaire~599!!!BA~Bosnia and Herzegovina~387!!!BW~Botswana~267!!!BR~Brazil~55!!!IO~British Indian Ocean Territory~246!!!VG~British Virgin Islands~1!!!BN~Brunei~673!!!BG~Bulgaria~359!!!BF~Burkina Faso~226!!!BI~Burundi~257!!!CV~Cabo Verde~238!!!KH~Cambodia~855!!!CM~Cameroon~237!!!CA~Canada~1!!!KY~Cayman Islands~1!!!CF~Central African Republic~236!!!TD~Chad~235!!!CL~Chile~56!!!CN~China~86!!!CX~Christmas Island~61!!!CC~Cocos (Keeling) Islands~61!!!CO~Colombia~57!!!KM~Comoros~269!!!CG~Congo~242!!!CD~Congo (DRC)~243!!!CK~Cook Islands~682!!!CR~Costa Rica~506!!!CI~Côte d\u0027Ivoire~225!!!HR~Croatia~385!!!CU~Cuba~53!!!CW~Curaçao~599!!!CY~Cyprus~357!!!CZ~Czechia~420!!!DK~Denmark~45!!!DJ~Djibouti~253!!!DM~Dominica~1!!!DO~Dominican Republic~1!!!EC~Ecuador~593!!!EG~Egypt~20!!!SV~El Salvador~503!!!GQ~Equatorial Guinea~240!!!ER~Eritrea~291!!!EE~Estonia~372!!!ET~Ethiopia~251!!!FK~Falkland Islands~500!!!FO~Faroe Islands~298!!!FJ~Fiji~679!!!FI~Finland~358!!!FR~France~33!!!GF~French Guiana~594!!!PF~French Polynesia~689!!!GA~Gabon~241!!!GM~Gambia~220!!!GE~Georgia~995!!!DE~Germany~49!!!GH~Ghana~233!!!GI~Gibraltar~350!!!GR~Greece~30!!!GL~Greenland~299!!!GD~Grenada~1!!!GP~Guadeloupe~590!!!GU~Guam~1!!!GT~Guatemala~502!!!GG~Guernsey~44!!!GN~Guinea~224!!!GW~Guinea-Bissau~245!!!GY~Guyana~592!!!HT~Haiti~509!!!HN~Honduras~504!!!HK~Hong Kong SAR~852!!!HU~Hungary~36!!!IS~Iceland~354!!!IN~India~91!!!ID~Indonesia~62!!!IR~Iran~98!!!IQ~Iraq~964!!!IE~Ireland~353!!!IM~Isle of Man~44!!!IL~Israel~972!!!IT~Italy~39!!!JM~Jamaica~1!!!JP~Japan~81!!!JE~Jersey~44!!!JO~Jordan~962!!!KZ~Kazakhstan~7!!!KE~Kenya~254!!!KI~Kiribati~686!!!KR~Korea~82!!!KW~Kuwait~965!!!KG~Kyrgyzstan~996!!!LA~Laos~856!!!LV~Latvia~371!!!LB~Lebanon~961!!!LS~Lesotho~266!!!LR~Liberia~231!!!LY~Libya~218!!!LI~Liechtenstein~423!!!LT~Lithuania~370!!!LU~Luxembourg~352!!!MO~Macao SAR~853!!!MG~Madagascar~261!!!MW~Malawi~265!!!MY~Malaysia~60!!!MV~Maldives~960!!!ML~Mali~223!!!MT~Malta~356!!!MH~Marshall Islands~692!!!MQ~Martinique~596!!!MR~Mauritania~222!!!MU~Mauritius~230!!!YT~Mayotte~262!!!MX~Mexico~52!!!FM~Micronesia~691!!!MD~Moldova~373!!!MC~Monaco~377!!!MN~Mongolia~976!!!ME~Montenegro~382!!!MS~Montserrat~1!!!MA~Morocco~212!!!MZ~Mozambique~258!!!MM~Myanmar~95!!!NA~Namibia~264!!!NR~Nauru~674!!!NP~Nepal~977!!!NL~Netherlands~31!!!NC~New Caledonia~687!!!NZ~New Zealand~64!!!NI~Nicaragua~505!!!NE~Niger~227!!!NG~Nigeria~234!!!NU~Niue~683!!!NF~Norfolk Island~672!!!KP~North Korea~850!!!MK~North Macedonia~389!!!MP~Northern Mariana Islands~1!!!NO~Norway~47!!!OM~Oman~968!!!PK~Pakistan~92!!!PW~Palau~680!!!PS~Palestinian Authority~970!!!PA~Panama~507!!!PG~Papua New Guinea~675!!!PY~Paraguay~595!!!PE~Peru~51!!!PH~Philippines~63!!!PL~Poland~48!!!PT~Portugal~351!!!PR~Puerto Rico~1!!!QA~Qatar~974!!!RE~Réunion~262!!!RO~Romania~40!!!RU~Russia~7!!!RW~Rwanda~250!!!BL~Saint Barthélemy~590!!!KN~Saint Kitts and Nevis~1!!!LC~Saint Lucia~1!!!MF~Saint Martin~590!!!PM~Saint Pierre and Miquelon~508!!!VC~Saint Vincent and the Grenadines~1!!!WS~Samoa~685!!!SM~San Marino~378!!!ST~São Tomé and Príncipe~239!!!SA~Saudi Arabia~966!!!SN~Senegal~221!!!RS~Serbia~381!!!SC~Seychelles~248!!!SL~Sierra Leone~232!!!SG~Singapore~65!!!SX~Sint Maarten~1!!!SK~Slovakia~421!!!SI~Slovenia~386!!!SB~Solomon Islands~677!!!SO~Somalia~252!!!ZA~South Africa~27!!!SS~South Sudan~211!!!ES~Spain~34!!!LK~Sri Lanka~94!!!SH~St Helena, Ascension, and Tristan da Cunha~290!!!SD~Sudan~249!!!SR~Suriname~597!!!SJ~Svalbard~47!!!SZ~Swaziland~268!!!SE~Sweden~46!!!CH~Switzerland~41!!!SY~Syria~963!!!TW~Taiwan~886!!!TJ~Tajikistan~992!!!TZ~Tanzania~255!!!TH~Thailand~66!!!TL~Timor-Leste~670!!!TG~Togo~228!!!TK~Tokelau~690!!!TO~Tonga~676!!!TT~Trinidad and Tobago~1!!!TA~Tristan da Cunha~290!!!TN~Tunisia~216!!!TR~Turkey~90!!!TM~Turkmenistan~993!!!TC~Turks and Caicos Islands~1!!!TV~Tuvalu~688!!!VI~U.S. Virgin Islands~1!!!UG~Uganda~256!!!UA~Ukraine~380!!!AE~United Arab Emirates~971!!!GB~United Kingdom~44!!!US~United States~1!!!UY~Uruguay~598!!!UZ~Uzbekistan~998!!!VU~Vanuatu~678!!!VA~Vatican City~39!!!VE~Venezuela~58!!!VN~Vietnam~84!!!WF~Wallis and Futuna~681!!!YE~Yemen~967!!!ZM~Zambia~260!!!ZW~Zimbabwe~263","fUseInlinePhoneNumber":true,"fDetectBrowserCapabilities":true,"fUseMinHeight":true,"fShouldSupportTargetCredentialForRecovery":true,"fAvoidNewOtcGenerationWhenAlreadySent":true,"fEnableProofTypeValidation":true,"fUseCertificateInterstitialView":true,"fIsPasskeySupportEnabled":true,"arrPromotedFedCredTypes":[],"fShowUserAlreadyExistErrorHandling":true,"fBlockOnAppleEmailClaimError":true,"fIsVerifiableCredentialsSupportEnabled":true,"iVerifiableCredentialPresentationPollingIntervalSeconds":0.5,"iVerifiableCredentialPresentationPollingTimeoutSeconds":300,"fIsQrPinEnabled":true,"fPasskeyAssertionRedirect":true,"fShowProgressForPasskeyAutofill":true,"fFixUrlExternalIdpFederation":true,"fEnableBackButtonBugFix":true,"fEnableTotalLossRecovery":true,"fUpdatePromotedCredTypesOrder":true,"fUseNewPromotedCredsComponent":true,"urlSessionState":"https://login.microsoftonline.com/common/DeviceCodeStatus","urlResetPassword":"https://passwordreset.microsoftonline.com/?ru=https%3a%2f%2flogin.microsoftonline.com%2fcommon%2freprocess%3fctx%3drQQIARAAjZM7jNt0AIeTe4S7U2mvVwbYToAQojjx32-fVKlJnNhOYjuJnTi2kKLEb8evOHYSZwe6VHRC0JGB4aaKCSEGxIRuQGXt1K5dQEyHYECAGJFYPuk3fNvvOzmiqgCrwlX4vX2kCl-8jZEEjmH4HEIRg4Aweg5DFGoREDBplCRwhCSMWXp2cvrHT6vZnY-o-0-I2VvQm_r9y_I7bpYlq4taLUQJvGoEcW5WQ89I41VsZ7VgFple5KyRr8vlp-Xy471DK4JG8uXeikBpAGgcxwkYpmgKAKoqKgtcQASg-YNMRHhY82BYVzWkpywKwRcyiRm7otIINd8AEtsONGWECCG_0cJWJqoa0JswLO6EXU9xgM62Ml1xMDHkYd1vhAI72j3buyXV88xF_kKcejvr171jO07DaRKvssf7nx6sd9s4SyKe4WxvplKKCoomKul0p4fJ1FAVEXGdjYC6zhta3x_YQcdJ65sGnbNBbIOExruwQWjSIIMWFG70LSsT6L5Xzxu6qulQrrfraN1gyRwniT7iA4rLJz5KDJhgQ0aTIYmQddJN45WZWsPdEPe5ET8mBEdBPb_expuOubFHTG_epuYTBzEajVXqLxKZHxGi3sqBwK-2ejh1uo6cZ3THjFQGiWNqlgwlCGuTOZH1XASWu13drIdsy4CZlryWJZ3vFhI28QAqAFPRWjI_cbvZoO17xUJAvV5eePZ4vNMHs6le5xYmDRUBPwp1dUa5k-bSMxgtpx01MrpuijXxSVTUt7bQ9F2L0jgbcjJJnTYzOYTEHZsgpKfwoWQ2t9icB_Puwllm5HhHzbwCak5Nc7dmwW7dSSYu48CcGuSjyQLLaA4qVDFezl3TTFujNcv6bTrcFJaPyypLyTlvcBTqsE14uR4iA8fP6Gwdmc122Fc2vaQxsTaktOiopGtLK5lqe2NO5hAFxbyE0C0lYeaDuQ7Ly2Cl4AxMpyoJcmnMDiNbnDh4Z3C5_8a_J99sNtXYtj3DqhpxWFsjX-1XjDgM4-hqn4wTK_LM8ySNbS-wzv_TqUl_Ly4OrWo9CJ4elF8e3Dg6Or35eum89O5r8NH1QfmLw7OT0-8__2B59vAH_tu7Dz--_rFUujqsmb4_lgmPa8zv9oYOg1jMwiX6gdH3YyfYbvsjAhha0SpYOr6HXoBHlfKjSuWqcswzU7GlUFP4l0r5wSulb47_Z7fPbtw5Ocm9aRAbs8Banf3T73evlq5vfvLbiw8_-_3Ln7mXt97nDBINBkRo9AbdTO0ZOgCOqfpJz6mF2M6KJZA32cR0bFS79-S09Py09Px26fr26YOz0p81\u0026mkt=en-US\u0026hosted=0\u0026device_platform=Linux","urlMsaResetPassword":"https://account.live.com/password/reset?wreply=https%3a%2f%2flogin.microsoftonline.com%2fcommon%2freprocess%3fctx%3drQQIARAAjZM7jNt0AIeTe4S7U2mvVwbYToAQojjx32-fVKlJnNhOYjuJnTi2kKLEb8evOHYSZwe6VHRC0JGB4aaKCSEGxIRuQGXt1K5dQEyHYECAGJFYPuk3fNvvOzmiqgCrwlX4vX2kCl-8jZEEjmH4HEIRg4Aweg5DFGoREDBplCRwhCSMWXp2cvrHT6vZnY-o-0-I2VvQm_r9y_I7bpYlq4taLUQJvGoEcW5WQ89I41VsZ7VgFple5KyRr8vlp-Xy471DK4JG8uXeikBpAGgcxwkYpmgKAKoqKgtcQASg-YNMRHhY82BYVzWkpywKwRcyiRm7otIINd8AEtsONGWECCG_0cJWJqoa0JswLO6EXU9xgM62Ml1xMDHkYd1vhAI72j3buyXV88xF_kKcejvr171jO07DaRKvssf7nx6sd9s4SyKe4WxvplKKCoomKul0p4fJ1FAVEXGdjYC6zhta3x_YQcdJ65sGnbNBbIOExruwQWjSIIMWFG70LSsT6L5Xzxu6qulQrrfraN1gyRwniT7iA4rLJz5KDJhgQ0aTIYmQddJN45WZWsPdEPe5ET8mBEdBPb_expuOubFHTG_epuYTBzEajVXqLxKZHxGi3sqBwK-2ejh1uo6cZ3THjFQGiWNqlgwlCGuTOZH1XASWu13drIdsy4CZlryWJZ3vFhI28QAqAFPRWjI_cbvZoO17xUJAvV5eePZ4vNMHs6le5xYmDRUBPwp1dUa5k-bSMxgtpx01MrpuijXxSVTUt7bQ9F2L0jgbcjJJnTYzOYTEHZsgpKfwoWQ2t9icB_Puwllm5HhHzbwCak5Nc7dmwW7dSSYu48CcGuSjyQLLaA4qVDFezl3TTFujNcv6bTrcFJaPyypLyTlvcBTqsE14uR4iA8fP6Gwdmc122Fc2vaQxsTaktOiopGtLK5lqe2NO5hAFxbyE0C0lYeaDuQ7Ly2Cl4AxMpyoJcmnMDiNbnDh4Z3C5_8a_J99sNtXYtj3DqhpxWFsjX-1XjDgM4-hqn4wTK_LM8ySNbS-wzv_TqUl_Ly4OrWo9CJ4elF8e3Dg6Or35eum89O5r8NH1QfmLw7OT0-8__2B59vAH_tu7Dz--_rFUujqsmb4_lgmPa8zv9oYOg1jMwiX6gdH3YyfYbvsjAhha0SpYOr6HXoBHlfKjSuWqcswzU7GlUFP4l0r5wSulb47_Z7fPbtw5Ocm9aRAbs8Banf3T73evlq5vfvLbiw8_-_3Ln7mXt97nDBINBkRo9AbdTO0ZOgCOqfpJz6mF2M6KJZA32cR0bFS79-S09Py09Px26fr26YOz0p81\u0026mkt=en-US","fFixUrlResetPassword":true,"urlSignUp":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=vzxotpnIDHfiaW8TW1yC3OZ9JL4S8RWN2NvtU1WvuBYPjQflJgrAwB9uGlof1p95K0c6YOQt-k85cPeetM9PiAuBZWYZ-uZFA3AcG7u576P2j18HuXj36QDlw7nXR727A7hrosdreRzR5jHUIV6MgT3ijAF5CgdwfUDLbF8bXg2cBBsrjkpSIU6NZEu1MIsxZm_gKgSut9JdnWD2oo8apRO-4F7u6tLh20SKKZdAmGEc0DESvSOZIKyO4Xi13M1dTYESIXhKtQFjiykM3iLuyifVVzZQa_ZAHkd9-ylIUmZWa8hXCqicDYu9gWncKhr4C5XnyAxfMCjhe8YHf-gtOW_CtSm-NzGp27iTImOdCx4bI1bKkgqt7Vz8aiy-C_ddzvG1zvJpXhDg0HWluUXk4t9H-yWNoqbhddrEUvGGjF9mwyej5SWG8SuIcH83gGC0qvR2Qgjt9tvndCFmPTwLpBXew7OkJW7hfOsS8FiVHSH2T34ip6ZeTpDbQbZ0SqlsT5D09rW71uOVGRnfNXg5JQ\u0026response_mode=form_post\u0026nonce=639119555600898118.NTk5M2M1YjQtN2I0Yi00ZWY2LTkyMjMtODVhNTBmYjc1OGFlYTU2MmIwYmEtNWY1ZC00NzMzLTg1ZGEtZTg4NmI0ZjBmMGUz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=6173d1fc86134038b03661232d225a40\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026signup=1\u0026lw=1\u0026fl=easi2\u0026epctrc=djjVS6iHBb%2bLRgD2eDkh6PlcPjoglxxPU61cYyEyG9o%3d3%3a1%3aCANARY%3aHc73lQ6mcLQKtWLcZ11gdWjpLg%2fm4zeoO1uCGpdgf3Y%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA42g5kCgxoS4-3dkpUV6bZjDRgZxdQm38-ZxokahV2BNNRAPsFF0oWQBX3notKwbtOZogH_CC5B2lLA9lcwAgCDsOzcmqkSPYb3_ZgAKJEw4e8pE3_g5RimhtMZ4hg_gKS1ziaaFxmwPwhPtSOB-UU2M7f--TXSsGM4ApvgZFUx9aYLd4asjM8-ZJgUD4Wk9tWU3lCCTpq3zMTWl8VJH3cSAA\u0026jshs=0","urlGetCredentialType":"https://login.microsoftonline.com/common/GetCredentialType?mkt=en-US","urlGetRecoveryCredentialType":"https://login.microsoftonline.com/common/getrecoverycredentialtype?mkt=en-US","urlGetOneTimeCode":"https://login.microsoftonline.com/common/GetOneTimeCode","urlLogout":"https://login.microsoftonline.com/common/uxlogout","urlForget":"https://login.microsoftonline.com/forgetuser","urlDisambigRename":"https://go.microsoft.com/fwlink/p/?LinkID=733247","urlGoToAADError":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=vzxotpnIDHfiaW8TW1yC3OZ9JL4S8RWN2NvtU1WvuBYPjQflJgrAwB9uGlof1p95K0c6YOQt-k85cPeetM9PiAuBZWYZ-uZFA3AcG7u576P2j18HuXj36QDlw7nXR727A7hrosdreRzR5jHUIV6MgT3ijAF5CgdwfUDLbF8bXg2cBBsrjkpSIU6NZEu1MIsxZm_gKgSut9JdnWD2oo8apRO-4F7u6tLh20SKKZdAmGEc0DESvSOZIKyO4Xi13M1dTYESIXhKtQFjiykM3iLuyifVVzZQa_ZAHkd9-ylIUmZWa8hXCqicDYu9gWncKhr4C5XnyAxfMCjhe8YHf-gtOW_CtSm-NzGp27iTImOdCx4bI1bKkgqt7Vz8aiy-C_ddzvG1zvJpXhDg0HWluUXk4t9H-yWNoqbhddrEUvGGjF9mwyej5SWG8SuIcH83gGC0qvR2Qgjt9tvndCFmPTwLpBXew7OkJW7hfOsS8FiVHSH2T34ip6ZeTpDbQbZ0SqlsT5D09rW71uOVGRnfNXg5JQ\u0026response_mode=form_post\u0026nonce=639119555600898118.NTk5M2M1YjQtN2I0Yi00ZWY2LTkyMjMtODVhNTBmYjc1OGFlYTU2MmIwYmEtNWY1ZC00NzMzLTg1ZGEtZTg4NmI0ZjBmMGUz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=6173d1fc86134038b03661232d225a40\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=djjVS6iHBb%2bLRgD2eDkh6PlcPjoglxxPU61cYyEyG9o%3d3%3a1%3aCANARY%3aHc73lQ6mcLQKtWLcZ11gdWjpLg%2fm4zeoO1uCGpdgf3Y%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA87pp-yJPWq0Cml15kMjdH4bCwThPDWNkMjgWtt8pP8yjcBKejC0bNgAU21i4g248zQVxDfXbyZuZszXMxZloDJZ31OZZ2gTGBjwcaOmRdJPJVp8vdosPoHO7CjkD265d8JyZ2wTrg2LAa-dM_i0-cOTUNu0zqhtdvwLjLDC8ntS099F2dTzHwJjdIkWSaOtixc7XXK-9lGc8ayqlXCMOGCAA\u0026jshs=0","urlDeviceFingerprinting":"","urlPIAEndAuth":"https://login.microsoftonline.com/common/PIA/EndAuth","urlStartTlr":"https://login.microsoftonline.com/common/tlr/start","fCBShowSignUp":true,"fKMSIEnabled":false,"iLoginMode":121,"fAllowPhoneSignIn":true,"fAllowPhoneInput":true,"fAllowSkypeNameLogin":true,"iMaxPollErrors":5,"iPollingTimeout":300,"srsSuccess":true,"fShowSwitchUser":true,"arrValErrs":["50058"],"sErrorCode":"50058","sWAMExtension":"ppnbnpeolgkicgegkbkbjmhlideopiji","sWAMChannel":"53ee284d-920a-4b59-9d30-a60315b26836","sErrTxt":"","sResetPasswordPrefillParam":"username","onPremPasswordValidationConfig":{"isUserRealmPrecheckEnabled":true},"fSwitchDisambig":true,"oCancelPostParams":{"error":"access_denied","error_subcode":"cancel","state":"vzxotpnIDHfiaW8TW1yC3OZ9JL4S8RWN2NvtU1WvuBYPjQflJgrAwB9uGlof1p95K0c6YOQt-k85cPeetM9PiAuBZWYZ-uZFA3AcG7u576P2j18HuXj36QDlw7nXR727A7hrosdreRzR5jHUIV6MgT3ijAF5CgdwfUDLbF8bXg2cBBsrjkpSIU6NZEu1MIsxZm_gKgSut9JdnWD2oo8apRO-4F7u6tLh20SKKZdAmGEc0DESvSOZIKyO4Xi13M1dTYESIXhKtQFjiykM3iLuyifVVzZQa_ZAHkd9-ylIUmZWa8hXCqicDYu9gWncKhr4C5XnyAxfMCjhe8YHf-gtOW_CtSm-NzGp27iTImOdCx4bI1bKkgqt7Vz8aiy-C_ddzvG1zvJpXhDg0HWluUXk4t9H-yWNoqbhddrEUvGGjF9mwyej5SWG8SuIcH83gGC0qvR2Qgjt9tvndCFmPTwLpBXew7OkJW7hfOsS8FiVHSH2T34ip6ZeTpDbQbZ0SqlsT5D09rW71uOVGRnfNXg5JQ","canary":"djjVS6iHBb+LRgD2eDkh6PlcPjoglxxPU61cYyEyG9o=3:1:CANARY:Hc73lQ6mcLQKtWLcZ11gdWjpLg/m4zeoO1uCGpdgf3Y="},"iRemoteNgcPollingType":2,"fUseNewNoPasswordTypes":true,"urlAadSignup":"https://signup.microsoft.com/signup?sku=teams_commercial_trial\u0026origin=ests\u0026culture=en-US","urlOidcDiscoveryEndpointFormat":"https://login.microsoftonline.com/{0}/.well-known/openid-configuration","urlTenantedEndpointFormat":"https://login.microsoftonline.com/{0}/oauth2/v2.0/authorize?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026response_mode=form_post\u0026nonce=639119555600898118.NTk5M2M1YjQtN2I0Yi00ZWY2LTkyMjMtODVhNTBmYjc1OGFlYTU2MmIwYmEtNWY1ZC00NzMzLTg1ZGEtZTg4NmI0ZjBmMGUz\u0026ui_locales=en-US\u0026mkt=en-US\u0026client-request-id=6173d1fc-8613-4038-b036-61232d225a40\u0026state=vzxotpnIDHfiaW8TW1yC3OZ9JL4S8RWN2NvtU1WvuBYPjQflJgrAwB9uGlof1p95K0c6YOQt-k85cPeetM9PiAuBZWYZ-uZFA3AcG7u576P2j18HuXj36QDlw7nXR727A7hrosdreRzR5jHUIV6MgT3ijAF5CgdwfUDLbF8bXg2cBBsrjkpSIU6NZEu1MIsxZm_gKgSut9JdnWD2oo8apRO-4F7u6tLh20SKKZdAmGEc0DESvSOZIKyO4Xi13M1dTYESIXhKtQFjiykM3iLuyifVVzZQa_ZAHkd9-ylIUmZWa8hXCqicDYu9gWncKhr4C5XnyAxfMCjhe8YHf-gtOW_CtSm-NzGp27iTImOdCx4bI1bKkgqt7Vz8aiy-C_ddzvG1zvJpXhDg0HWluUXk4t9H-yWNoqbhddrEUvGGjF9mwyej5SWG8SuIcH83gGC0qvR2Qgjt9tvndCFmPTwLpBXew7OkJW7hfOsS8FiVHSH2T34ip6ZeTpDbQbZ0SqlsT5D09rW71uOVGRnfNXg5JQ\u0026x-client-SKU=ID_NET8_0\u0026x-client-ver=8.14.0.0\u0026allowbacktocommon=True","sCloudInstanceName":"microsoftonline.com","fShowSignInOptionsAsButton":true,"fUseNewPhoneSignInError":true,"fIsUpdatedAutocompleteEnabled":true,"fActivateFocusOnApprovalNumberRemoteNGC":true,"fIsPasskey":true,"fEnableDFPIntegration":true,"fEnableCenterFocusedApprovalNumber":true,"fShowPassKeyErrorUCP":true,"fFixPhoneDisambigSignupRedirect":true,"fEnableQrCodeA11YFixes":true,"fEnablePasskeyAwpError":true,"fEnableAuthenticatorTimeoutFix":true,"fEnablePasskeyAutofillUI":true,"sCrossDomainCanary":"PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAALIi9zvyTQ7SfShnToMqFd4KaaoFX0KNnoC-bl6FPmzdh2avupbIw8nMeZOystpE0uC-K3AvWQq8BhWIX95KBTMofp83q0T2xxDI3Lf7hg_i5iVkaY2u68Uf1n3c9jgiQMBIx-4IRc-P10jwcgI2K7m9QIHC9iRBjDBwJXgYTgH_gvKaUoNiO_3S3wuP4bg7dY6IhiXqc-cEdz6eqr1eZRyAA","arrExcludedDisplayNames":["unknown"],"fFixShowRevealPassword":true,"fRemoveTLRFragment":true,"fEnableCredentialPickerBranding":true,"iMaxStackForKnockoutAsyncComponents":10000,"fShowButtons":true,"urlCdn":"https://aadcdn.msftauth.net/shared/1.0/","urlDefaultFavicon":"https://aadcdn.msftauth.net/shared/1.0/content/images/favicon_a_eupayfgghqiai7k9sol6lg2.ico","urlFooterTOU":"https://www.microsoft.com/en-US/servicesagreement/","urlFooterPrivacy":"https://privacy.microsoft.com/en-US/privacystatement","urlPost":"https://login.microsoftonline.com/common/login","urlPostAad":"https://login.microsoftonline.com/common/login","urlPostMsa":"https://login.live.com/ppsecure/partnerpost.srf?flow=fido\u0026client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=vzxotpnIDHfiaW8TW1yC3OZ9JL4S8RWN2NvtU1WvuBYPjQflJgrAwB9uGlof1p95K0c6YOQt-k85cPeetM9PiAuBZWYZ-uZFA3AcG7u576P2j18HuXj36QDlw7nXR727A7hrosdreRzR5jHUIV6MgT3ijAF5CgdwfUDLbF8bXg2cBBsrjkpSIU6NZEu1MIsxZm_gKgSut9JdnWD2oo8apRO-4F7u6tLh20SKKZdAmGEc0DESvSOZIKyO4Xi13M1dTYESIXhKtQFjiykM3iLuyifVVzZQa_ZAHkd9-ylIUmZWa8hXCqicDYu9gWncKhr4C5XnyAxfMCjhe8YHf-gtOW_CtSm-NzGp27iTImOdCx4bI1bKkgqt7Vz8aiy-C_ddzvG1zvJpXhDg0HWluUXk4t9H-yWNoqbhddrEUvGGjF9mwyej5SWG8SuIcH83gGC0qvR2Qgjt9tvndCFmPTwLpBXew7OkJW7hfOsS8FiVHSH2T34ip6ZeTpDbQbZ0SqlsT5D09rW71uOVGRnfNXg5JQ\u0026response_mode=form_post\u0026nonce=639119555600898118.NTk5M2M1YjQtN2I0Yi00ZWY2LTkyMjMtODVhNTBmYjc1OGFlYTU2MmIwYmEtNWY1ZC00NzMzLTg1ZGEtZTg4NmI0ZjBmMGUz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=6173d1fc86134038b03661232d225a40\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=djjVS6iHBb%2bLRgD2eDkh6PlcPjoglxxPU61cYyEyG9o%3d3%3a1%3aCANARY%3aHc73lQ6mcLQKtWLcZ11gdWjpLg%2fm4zeoO1uCGpdgf3Y%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAzGjFwOwW5s5uNDUbzbuU1O4hqEbV4V-NxIQvxt8vHm9ViqdnKPTvzOI4Q9OXuNOnzwdgdMnKGNHzsc0KlGCiHfovluorBYnWlBZJP1_D40a-5AZR4NSOhOGYA7qPh2NJB905TKBAVXGWDEnJvOPuZm4MTP6yKoV7knlCkAgZySS1Sv7fEWIOfK13nLqKGmVhoR4Ix_Txq2eSDEibaxc5CSAA\u0026jshs=0","urlRefresh":"https://login.microsoftonline.com/common/reprocess?ctx=rQQIARAAjZM7jNt0AIeTe4S7U2mvVwbYToAQojjx32-fVKlJnNhOYjuJnTi2kKLEb8evOHYSZwe6VHRC0JGB4aaKCSEGxIRuQGXt1K5dQEyHYECAGJFYPuk3fNvvOzmiqgCrwlX4vX2kCl-8jZEEjmH4HEIRg4Aweg5DFGoREDBplCRwhCSMWXp2cvrHT6vZnY-o-0-I2VvQm_r9y_I7bpYlq4taLUQJvGoEcW5WQ89I41VsZ7VgFple5KyRr8vlp-Xy471DK4JG8uXeikBpAGgcxwkYpmgKAKoqKgtcQASg-YNMRHhY82BYVzWkpywKwRcyiRm7otIINd8AEtsONGWECCG_0cJWJqoa0JswLO6EXU9xgM62Ml1xMDHkYd1vhAI72j3buyXV88xF_kKcejvr171jO07DaRKvssf7nx6sd9s4SyKe4WxvplKKCoomKul0p4fJ1FAVEXGdjYC6zhta3x_YQcdJ65sGnbNBbIOExruwQWjSIIMWFG70LSsT6L5Xzxu6qulQrrfraN1gyRwniT7iA4rLJz5KDJhgQ0aTIYmQddJN45WZWsPdEPe5ET8mBEdBPb_expuOubFHTG_epuYTBzEajVXqLxKZHxGi3sqBwK-2ejh1uo6cZ3THjFQGiWNqlgwlCGuTOZH1XASWu13drIdsy4CZlryWJZ3vFhI28QAqAFPRWjI_cbvZoO17xUJAvV5eePZ4vNMHs6le5xYmDRUBPwp1dUa5k-bSMxgtpx01MrpuijXxSVTUt7bQ9F2L0jgbcjJJnTYzOYTEHZsgpKfwoWQ2t9icB_Puwllm5HhHzbwCak5Nc7dmwW7dSSYu48CcGuSjyQLLaA4qVDFezl3TTFujNcv6bTrcFJaPyypLyTlvcBTqsE14uR4iA8fP6Gwdmc122Fc2vaQxsTaktOiopGtLK5lqe2NO5hAFxbyE0C0lYeaDuQ7Ly2Cl4AxMpyoJcmnMDiNbnDh4Z3C5_8a_J99sNtXYtj3DqhpxWFsjX-1XjDgM4-hqn4wTK_LM8ySNbS-wzv_TqUl_Ly4OrWo9CJ4elF8e3Dg6Or35eum89O5r8NH1QfmLw7OT0-8__2B59vAH_tu7Dz--_rFUujqsmb4_lgmPa8zv9oYOg1jMwiX6gdH3YyfYbvsjAhha0SpYOr6HXoBHlfKjSuWqcswzU7GlUFP4l0r5wSulb47_Z7fPbtw5Ocm9aRAbs8Banf3T73evlq5vfvLbiw8_-_3Ln7mXt97nDBINBkRo9AbdTO0ZOgCOqfpJz6mF2M6KJZA32cR0bFS79-S09Py09Px26fr26YOz0p81","urlCancel":"https://m365.cloud.microsoft/landingv2","urlResume":"https://login.microsoftonline.com/common/resume?ctx=rQQIARAAjZM7jNt0AIeTe4S7U2mvVwbYToAQojjx32-fVKlJnNhOYjuJnTi2kKLEb8evOHYSZwe6VHRC0JGB4aaKCSEGxIRuQGXt1K5dQEyHYECAGJFYPuk3fNvvOzmiqgCrwlX4vX2kCl-8jZEEjmH4HEIRg4Aweg5DFGoREDBplCRwhCSMWXp2cvrHT6vZnY-o-0-I2VvQm_r9y_I7bpYlq4taLUQJvGoEcW5WQ89I41VsZ7VgFple5KyRr8vlp-Xy471DK4JG8uXeikBpAGgcxwkYpmgKAKoqKgtcQASg-YNMRHhY82BYVzWkpywKwRcyiRm7otIINd8AEtsONGWECCG_0cJWJqoa0JswLO6EXU9xgM62Ml1xMDHkYd1vhAI72j3buyXV88xF_kKcejvr171jO07DaRKvssf7nx6sd9s4SyKe4WxvplKKCoomKul0p4fJ1FAVEXGdjYC6zhta3x_YQcdJ65sGnbNBbIOExruwQWjSIIMWFG70LSsT6L5Xzxu6qulQrrfraN1gyRwniT7iA4rLJz5KDJhgQ0aTIYmQddJN45WZWsPdEPe5ET8mBEdBPb_expuOubFHTG_epuYTBzEajVXqLxKZHxGi3sqBwK-2ejh1uo6cZ3THjFQGiWNqlgwlCGuTOZH1XASWu13drIdsy4CZlryWJZ3vFhI28QAqAFPRWjI_cbvZoO17xUJAvV5eePZ4vNMHs6le5xYmDRUBPwp1dUa5k-bSMxgtpx01MrpuijXxSVTUt7bQ9F2L0jgbcjJJnTYzOYTEHZsgpKfwoWQ2t9icB_Puwllm5HhHzbwCak5Nc7dmwW7dSSYu48CcGuSjyQLLaA4qVDFezl3TTFujNcv6bTrcFJaPyypLyTlvcBTqsE14uR4iA8fP6Gwdmc122Fc2vaQxsTaktOiopGtLK5lqe2NO5hAFxbyE0C0lYeaDuQ7Ly2Cl4AxMpyoJcmnMDiNbnDh4Z3C5_8a_J99sNtXYtj3DqhpxWFsjX-1XjDgM4-hqn4wTK_LM8ySNbS-wzv_TqUl_Ly4OrWo9CJ4elF8e3Dg6Or35eum89O5r8NH1QfmLw7OT0-8__2B59vAH_tu7Dz--_rFUujqsmb4_lgmPa8zv9oYOg1jMwiX6gdH3YyfYbvsjAhha0SpYOr6HXoBHlfKjSuWqcswzU7GlUFP4l0r5wSulb47_Z7fPbtw5Ocm9aRAbs8Banf3T73evlq5vfvLbiw8_-_3Ln7mXt97nDBINBkRo9AbdTO0ZOgCOqfpJz6mF2M6KJZA32cR0bFS79-S09Py09Px26fr26YOz0p81","iPawnIcon":0,"iPollingInterval":1,"sPOST_Username":"","fEnableNumberMatching":true,"sFT":"BgABIQEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzAQAAAAAA75XgfOo0hGtW4fePxQdg19J5aycE6UMS1BlTsh2u2O9giDnk997VURf9s65VOFzx0vhN-23yDNpY0S7rJVnLtMGy2RgSVwS1HWR3Na6gcDwHkuh59YHG-4f1zuETL0d0JanGtykOPDJ-9SKC46bDbQdyx5I4MyqpWrT5lTuYgD1WRfiWAPbOLMtSACQgRSk5EtUHksby7Jixwi2BqfbUXKiNsCx_iQDTzZtuaMQNRqdr8AxnrXug9WOzj5GILXyj5OoCeYsaJAk0m47TEdSQo_FKw-8ja33xaAhaOsOCPlFIJGbeeeICsbpNkJrJePG1kUfPB5sbRRJwFh_hO0B4xdQzCDY_N2NjLkXi3JMp7O2h0ju3-tRQtmPsdkEROuIdWeKo42ZC4c2-alQBE9C0AhPYGmQujgdT-cITguWo0wAHRsy5upVo7o3CecNbdPjwOlriUWqEiuKF2L1pF5BS_w4c2kTCHIlcha6e4-Ont98r6BCxdpIAoPkQRJgAKStwJnuIQhFmZz5GNHUq43Lj_mvjMtwlN1-2MdtqQgJ0ESPbT1eYPNJBxtazvT7hdmzUYW5TJ9hBCDxmVpd4OUFcAgq3a-4gLFr5vXzpcTAqik2FqFJH9UC-C0F6SnRX7tIf9SPm5yZVTtWZ3WfrN0_TL6Xnwj6pXBuEBl5TVxO8JFUqKoYaoFSe1NIF182kAHhfqYTCzudJwFJp5gBRYfnmPbav0Mqr-jk_7IsClHxG98mYJZQpDyiCommsCU6-oDQmRENWJpZE776cum4P55uMYIYHDDYDH-ecfCE3rVnIkLT8FqPHWBMpJ52JKcWjaCIk6jEvPRLuF1KJbU_9BMHYMvoJcWOBp_sNOrJE_SNND7pHnc7pxFK-x3PIcyloM9PwcAuxuoyTOLBMv7mP5UBvtNZyIjkVQiHmGQY7CiJneJGhEbKfeR0XtryQ1ogR1kWpJlbufJVremECuinEwnYvi19nOEnop3-XZGSkTG2fql-MvoKJOYdcmaNj_u19YKFrU1YCFfU1F_dfKwTyrxEmW7K4AY9gHNGQ6l86vi-D5rUI2wKTah4j2K1zihcpETJbQRGtnMa7qMfh6VXMBGKrZCAA","sFTName":"flowToken","sSessionIdentifierName":"code","sCtx":"rQQIARAAjZM7jNt0AIeTe4S7U2mvVwbYToAQojjx32-fVKlJnNhOYjuJnTi2kKLEb8evOHYSZwe6VHRC0JGB4aaKCSEGxIRuQGXt1K5dQEyHYECAGJFYPuk3fNvvOzmiqgCrwlX4vX2kCl-8jZEEjmH4HEIRg4Aweg5DFGoREDBplCRwhCSMWXp2cvrHT6vZnY-o-0-I2VvQm_r9y_I7bpYlq4taLUQJvGoEcW5WQ89I41VsZ7VgFple5KyRr8vlp-Xy471DK4JG8uXeikBpAGgcxwkYpmgKAKoqKgtcQASg-YNMRHhY82BYVzWkpywKwRcyiRm7otIINd8AEtsONGWECCG_0cJWJqoa0JswLO6EXU9xgM62Ml1xMDHkYd1vhAI72j3buyXV88xF_kKcejvr171jO07DaRKvssf7nx6sd9s4SyKe4WxvplKKCoomKul0p4fJ1FAVEXGdjYC6zhta3x_YQcdJ65sGnbNBbIOExruwQWjSIIMWFG70LSsT6L5Xzxu6qulQrrfraN1gyRwniT7iA4rLJz5KDJhgQ0aTIYmQddJN45WZWsPdEPe5ET8mBEdBPb_expuOubFHTG_epuYTBzEajVXqLxKZHxGi3sqBwK-2ejh1uo6cZ3THjFQGiWNqlgwlCGuTOZH1XASWu13drIdsy4CZlryWJZ3vFhI28QAqAFPRWjI_cbvZoO17xUJAvV5eePZ4vNMHs6le5xYmDRUBPwp1dUa5k-bSMxgtpx01MrpuijXxSVTUt7bQ9F2L0jgbcjJJnTYzOYTEHZsgpKfwoWQ2t9icB_Puwllm5HhHzbwCak5Nc7dmwW7dSSYu48CcGuSjyQLLaA4qVDFezl3TTFujNcv6bTrcFJaPyypLyTlvcBTqsE14uR4iA8fP6Gwdmc122Fc2vaQxsTaktOiopGtLK5lqe2NO5hAFxbyE0C0lYeaDuQ7Ly2Cl4AxMpyoJcmnMDiNbnDh4Z3C5_8a_J99sNtXYtj3DqhpxWFsjX-1XjDgM4-hqn4wTK_LM8ySNbS-wzv_TqUl_Ly4OrWo9CJ4elF8e3Dg6Or35eum89O5r8NH1QfmLw7OT0-8__2B59vAH_tu7Dz--_rFUujqsmb4_lgmPa8zv9oYOg1jMwiX6gdH3YyfYbvsjAhha0SpYOr6HXoBHlfKjSuWqcswzU7GlUFP4l0r5wSulb47_Z7fPbtw5Ocm9aRAbs8Banf3T73evlq5vfvLbiw8_-_3Ln7mXt97nDBINBkRo9AbdTO0ZOgCOqfpJz6mF2M6KJZA32cR0bFS79-S09Py09Px26fr26YOz0p81","iProductIcon":-1,"fEnableOneDSClientTelemetry":true,"urlReportPageLoad":"https://login.microsoftonline.com/common/instrumentation/reportpageload?mkt=en-US","staticTenantBranding":null,"oAppCobranding":{},"iBackgroundImage":4,"arrSessions":[],"urlMsaMeControl":"https://login.live.com/Me.srf?wa=wsignin1.0\u0026idpflag=direct\u0026wreply=https%3a%2f%2flogin.microsoftonline.com","urlMsaStaticMeControl":"https://login.live.com/Me.htm?v=3","fApplicationInsightsEnabled":false,"iApplicationInsightsEnabledPercentage":0,"urlSetDebugMode":"https://login.microsoftonline.com/common/debugmode","fEnableCssAnimation":true,"fDisableAnimationIfAnimationEndUnsupported":true,"fSsoFeasible":true,"fAllowGrayOutLightBox":true,"fProvideV2SsoImprovements":true,"fUseMsaSessionState":true,"fIsRemoteNGCSupported":true,"desktopSsoConfig":{"isEdgeAnaheimAllowed":true,"iwaEndpointUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/sso?client-request-id=6173d1fc-8613-4038-b036-61232d225a40","iwaSsoProbeUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/ssoprobe?client-request-id=6173d1fc-8613-4038-b036-61232d225a40","iwaIFrameUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/iframe?client-request-id=6173d1fc-8613-4038-b036-61232d225a40\u0026isAdalRequest=False","iwaRequestTimeoutInMs":10000,"startDesktopSsoOnPageLoad":false,"progressAnimationTimeout":10000,"isEdgeAllowed":false,"minDssoEdgeVersion":"17","isSafariAllowed":true,"redirectUri":"https://m365.cloud.microsoft/landingv2","redirectDssoErrorPostParams":{"error":"interaction_required","error_description":"Session information is not sufficient for single-sign-on.","state":"vzxotpnIDHfiaW8TW1yC3OZ9JL4S8RWN2NvtU1WvuBYPjQflJgrAwB9uGlof1p95K0c6YOQt-k85cPeetM9PiAuBZWYZ-uZFA3AcG7u576P2j18HuXj36QDlw7nXR727A7hrosdreRzR5jHUIV6MgT3ijAF5CgdwfUDLbF8bXg2cBBsrjkpSIU6NZEu1MIsxZm_gKgSut9JdnWD2oo8apRO-4F7u6tLh20SKKZdAmGEc0DESvSOZIKyO4Xi13M1dTYESIXhKtQFjiykM3iLuyifVVzZQa_ZAHkd9-ylIUmZWa8hXCqicDYu9gWncKhr4C5XnyAxfMCjhe8YHf-gtOW_CtSm-NzGp27iTImOdCx4bI1bKkgqt7Vz8aiy-C_ddzvG1zvJpXhDg0HWluUXk4t9H-yWNoqbhddrEUvGGjF9mwyej5SWG8SuIcH83gGC0qvR2Qgjt9tvndCFmPTwLpBXew7OkJW7hfOsS8FiVHSH2T34ip6ZeTpDbQbZ0SqlsT5D09rW71uOVGRnfNXg5JQ","canary":"djjVS6iHBb+LRgD2eDkh6PlcPjoglxxPU61cYyEyG9o=3:1:CANARY:Hc73lQ6mcLQKtWLcZ11gdWjpLg/m4zeoO1uCGpdgf3Y="},"isIEAllowedForSsoProbe":true,"edgeRedirectUri":"https://autologon.microsoftazuread-sso.com/common/winauth/sso/edgeredirect?client-request-id=6173d1fc-8613-4038-b036-61232d225a40\u0026origin=login.microsoftonline.com\u0026is_redirected=1","isFlowTokenPassedInEdge":true},"urlLogin":"https://login.microsoftonline.com/common/reprocess?ctx=rQQIARAAjZM7jNt0AIeTe4S7U2mvVwbYToAQojjx32-fVKlJnNhOYjuJnTi2kKLEb8evOHYSZwe6VHRC0JGB4aaKCSEGxIRuQGXt1K5dQEyHYECAGJFYPuk3fNvvOzmiqgCrwlX4vX2kCl-8jZEEjmH4HEIRg4Aweg5DFGoREDBplCRwhCSMWXp2cvrHT6vZnY-o-0-I2VvQm_r9y_I7bpYlq4taLUQJvGoEcW5WQ89I41VsZ7VgFple5KyRr8vlp-Xy471DK4JG8uXeikBpAGgcxwkYpmgKAKoqKgtcQASg-YNMRHhY82BYVzWkpywKwRcyiRm7otIINd8AEtsONGWECCG_0cJWJqoa0JswLO6EXU9xgM62Ml1xMDHkYd1vhAI72j3buyXV88xF_kKcejvr171jO07DaRKvssf7nx6sd9s4SyKe4WxvplKKCoomKul0p4fJ1FAVEXGdjYC6zhta3x_YQcdJ65sGnbNBbIOExruwQWjSIIMWFG70LSsT6L5Xzxu6qulQrrfraN1gyRwniT7iA4rLJz5KDJhgQ0aTIYmQddJN45WZWsPdEPe5ET8mBEdBPb_expuOubFHTG_epuYTBzEajVXqLxKZHxGi3sqBwK-2ejh1uo6cZ3THjFQGiWNqlgwlCGuTOZH1XASWu13drIdsy4CZlryWJZ3vFhI28QAqAFPRWjI_cbvZoO17xUJAvV5eePZ4vNMHs6le5xYmDRUBPwp1dUa5k-bSMxgtpx01MrpuijXxSVTUt7bQ9F2L0jgbcjJJnTYzOYTEHZsgpKfwoWQ2t9icB_Puwllm5HhHzbwCak5Nc7dmwW7dSSYu48CcGuSjyQLLaA4qVDFezl3TTFujNcv6bTrcFJaPyypLyTlvcBTqsE14uR4iA8fP6Gwdmc122Fc2vaQxsTaktOiopGtLK5lqe2NO5hAFxbyE0C0lYeaDuQ7Ly2Cl4AxMpyoJcmnMDiNbnDh4Z3C5_8a_J99sNtXYtj3DqhpxWFsjX-1XjDgM4-hqn4wTK_LM8ySNbS-wzv_TqUl_Ly4OrWo9CJ4elF8e3Dg6Or35eum89O5r8NH1QfmLw7OT0-8__2B59vAH_tu7Dz--_rFUujqsmb4_lgmPa8zv9oYOg1jMwiX6gdH3YyfYbvsjAhha0SpYOr6HXoBHlfKjSuWqcswzU7GlUFP4l0r5wSulb47_Z7fPbtw5Ocm9aRAbs8Banf3T73evlq5vfvLbiw8_-_3Ln7mXt97nDBINBkRo9AbdTO0ZOgCOqfpJz6mF2M6KJZA32cR0bFS79-S09Py09Px26fr26YOz0p81","urlDssoStatus":"https://login.microsoftonline.com/common/instrumentation/dssostatus","iSessionPullType":3,"fUseSameSite":true,"iAllowedIdentities":2,"isGlobalTenant":true,"uiflavor":1001,"urlFidoHelp":"https://go.microsoft.com/fwlink/?linkid=2013738","urlFidoLogin":"https://login.microsoft.com/common/fido/get?uiflavor=Web","fIsFidoSupported":true,"fLoadStringCustomizationPromises":true,"fUseAlternateTextForSwitchToCredPickerLink":true,"fOfflineAccountVisible":false,"fEnableUserStateFix":true,"fAccessPassSupported":true,"fShowAccessPassPeek":true,"fUpdateSessionPollingLogic":true,"fEnableShowPickerCredObservable":true,"fFetchSessionsSkipDsso":true,"fIsCiamUserFlowUxNewLogicEnabled":true,"fUseNonMicrosoftDefaultBrandingForCiam":true,"sCompanyDisplayName":"Microsoft Services","fRemoveCustomCss":true,"fFixUICrashForApiRequestHandler":true,"fShowUpdatedKoreanPrivacyFooter":true,"fUsePostCssHotfix":true,"fFixUserFlowBranding":true,"fIsQrCodePinSupported":true,"fEnablePasskeyNullFix":true,"fEnableRefreshCookiesFix":true,"fEnableWebNativeBridgeInterstitialUx":true,"fEnableThisAppOnlyUxSupport":true,"fEnableWindowParentingFix":true,"fEnableNativeBridgeErrors":true,"urlAcmaServerPath":"https://login.microsoftonline.com","sTenantId":"common","sMkt":"en-US","fIsDesktop":true,"fUpdateConfigInit":true,"fLogDisallowedCssProperties":true,"fDisallowExternalFonts":true,"sFidoChallenge":"O.eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IlUxc1g4WUZIUzdaNlZsN1ZITEl6VGVqYnZqMCJ9.eyJhdWQiOiJ1cm46bWljcm9zb2Z0OmZpZG86Y2hhbGxlbmdlIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnQuY29tIiwiaWF0IjoxNzc2MzU4NzYwLCJuYmYiOjE3NzYzNTg3NjAsImV4cCI6MTc3NjM1OTA2MH0.NMlWWfZurjMvNnSCxx0Jhcc8ynTfwEb9zfUbFeCdn-2whk4Xxjm6pvw0HawcA79IOM4AUF9sA1GVWpqFHvt1VGip85zFtAbyJTbhlRHp44PMl-GEE3M_sUkj9HFa2u9XbILMlhz1sjDIqWdrcp9UMuhue8gjm_sy115-rJxlGJ2mB4fbtzrYssGXSX2U1FNBmYiYrkcklKMjV323GZz-pRi4UllV0R15Ry5IIvP5_yIXWDyPZl1BY7PbrjiadKHf8NhY8OASCyO1p5_s3nH9xk4pVFun-SN1SPsIlvTl3BFbRfpkyvx-JWLh-HW7Gp8yAkWmiaOFrcej60WmbvkmBg","fShowDebugDetailsAriaExpanded":true,"fPreventOtcFormDoubleSubmit":true,"fEnableWebNativeBridgeLoadFix":true,"fEnableWebNativeBridgeClientTelemetry":true,"scid":1013,"hpgact":1800,"hpgid":1104,"pgid":"ConvergedSignIn","apiCanary":"PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA55GbTj8crdPpNKAJ80y-VDD5jnMfCIYBuD2N2XiR5Xbi-85TT8VfUIMnT7bg108f7Sh3MhdtesxCeHvRvkn2UJ_2bI6Mr2ScMxsYYBQU23Y5rV3G-eXkatME4a1W8q8veXvW4MywAjRbma3q_2zgtuNf583JDPmIjtjCAUcRYDS793NoduVJFp-jeU2-IqQvjSRPmBD8lcqpGfRStwFB1CAA","canary":"djjVS6iHBb+LRgD2eDkh6PlcPjoglxxPU61cYyEyG9o=3:1:CANARY:Hc73lQ6mcLQKtWLcZ11gdWjpLg/m4zeoO1uCGpdgf3Y=","sCanaryTokenName":"canary","fSkipRenderingNewCanaryToken":false,"fEnableNewCsrfProtection":true,"correlationId":"6173d1fc-8613-4038-b036-61232d225a40","sessionId":"715c99c2-8d12-49c8-bc2b-8d87f8ce0000","sRingId":"R4","locale":{"mkt":"en-US","lcid":1033},"slMaxRetry":2,"slReportFailure":true,"strings":{"desktopsso":{"authenticatingmessage":"Trying to sign you in"}},"enums":{"ClientMetricsModes":{"None":0,"SubmitOnPost":1,"SubmitOnRedirect":2,"InstrumentPlt":4}},"urls":{"instr":{"pageload":"https://login.microsoftonline.com/common/instrumentation/reportpageload","dssostatus":"https://login.microsoftonline.com/common/instrumentation/dssostatus"}},"browser":{"ltr":1,"Chrome":1,"_Linux":1,"_M147":1,"_D0":1,"Full":1,"RE_WebKit":1,"b":{"name":"Chrome","major":147,"minor":0},"os":{"name":"Linux","version":""},"V":"147.0"},"watson":{"url":"/common/handlers/watson","bundle":"https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/watson.min_82o5oyf7tvyeotpacdeksw2.js","sbundle":"https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/watsonsupportwithjquery.3.5.min_dc940oomzau4rsu8qesnvg2.js","fbundle":"https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/frameworksupport.min_oadrnc13magb009k4d20lg2.js","resetErrorPeriod":5,"maxCorsErrors":-1,"maxInjectErrors":5,"maxErrors":10,"maxTotalErrors":3,"expSrcs":["https://login.microsoftonline.com","https://aadcdn.msauth.net/","https://aadcdn.msftauth.net/",".login.microsoftonline.com"],"envErrorRedirect":true,"envErrorUrl":"/common/handlers/enverror"},"loader":{"cdnRoots":["https://aadcdn.msauth.net/","https://aadcdn.msftauth.net/"],"logByThrowing":true},"serverDetails":{"slc":"ProdSlices","dc":"SEC","ri":"GV2XXXX","ver":{"v":[2,1,23906,3]},"rt":"2026-04-16T16:59:20","et":14},"clientEvents":{"enabled":true,"telemetryEnabled":true,"useOneDSEventApi":true,"flush":60000,"autoPost":true,"autoPostDelay":1000,"minEvents":1,"maxEvents":1,"pltDelay":500,"appInsightsConfig":{"instrumentationKey":"b0c252808e614e949086e019ae1cb300-e0c02060-e3b3-4965-bd7c-415e1a7a9fde-6951","webAnalyticsConfiguration":{"autoCapture":{"jsError":true}}},"defaultEventName":"IDUX_ESTSClientTelemetryEvent_WebWatson","serviceID":3,"endpointUrl":"https://eu-mobile.events.data.microsoft.com/OneCollector/1.0/"},"fApplyAsciiRegexOnInput":true,"country":"ES","fBreakBrandingSigninString":true,"bsso":{"type":"none","reason":"Chrome: Pull suppressed as UserAgent did not meet required criteria, Other: Pull suppressed as UserAgent did not meet required criteria"},"urlNoCookies":"https://login.microsoftonline.com/cookiesdisabled","fTrimChromeBssoUrl":true,"inlineMode":5,"fShowCopyDebugDetailsLink":true,"fTenantBrandingCdnAddEventHandlers":true,"fAddTryCatchForIFrameRedirects":true}; | Unknown directive |
| 36 | //]]></script> | Syntax not understood |
| 37 | <script type="text/javascript" nonce='lQjmzd4Bp1_VDefXyvLJDw'>//<![CDATA[ | Syntax not understood |
| 38 | !function(){var e=window,r=e.$Debug=e.$Debug||{},t=e.$Config||{};if(!r.appendLog){var n=[],o=0;r.appendLog=function(e){var r=t.maxDebugLog||25,i=(new Date).toUTCString()+":"+e;n.push(o+":"+i),n.length>r&&n.shift(),o++},r.getLogs=function(){return n}}}(),function(){function e(e,r){function t(i){var a=e[i];if(i<n-1){return void(o.r[a]?t(i+1):o.when(a,function(){t(i+1)}))}r(a)}var n=e.length;t(0)}function r(e,r,i){function a(){var e=!!u.method,o=e?u.method:i[0],a=u.extraArgs||[],s=n.$WebWatson;try{ | Unknown directive |
| 39 | var d=t(i,!e);if(a&&a.length>0){for(var c=a.length,l=0;l<c;l++){d.push(a[l])}}o.apply(r,d)}catch(e){return void(s&&s.submitFromException&&s.submitFromException(e))}}var u=o.r&&o.r[e];return r=r||this,u&&(u.skipTimeout?a():n.setTimeout(a,0)),u}function t(e,r){return Array.prototype.slice.call(e,r?1:0)}var n=window;n.$Do||(n.$Do={"q":[],"r":[],"removeItems":[],"lock":0,"o":[]});var o=n.$Do;o.when=function(t,n){function i(e){r(e,a,u)||o.q.push({"id":e,"c":a,"a":u})}var a=0,u=[],s=1;"function"==typeof n||(a=n, | Unknown directive |
| 40 | s=2);for(var d=s;d<arguments.length;d++){u.push(arguments[d])}t instanceof Array?e(t,i):i(t)},o.register=function(e,t,n){if(!o.r[e]){o.o.push(e);var i={};if(t&&(i.method=t),n&&(i.skipTimeout=n),arguments&&arguments.length>3){i.extraArgs=[];for(var a=3;a<arguments.length;a++){i.extraArgs.push(arguments[a])}}o.r[e]=i,o.lock++;try{for(var u=0;u<o.q.length;u++){var s=o.q[u];s.id==e&&r(e,s.c,s.a)&&o.removeItems.push(s)}}catch(e){throw e}finally{if(0===--o.lock){for(var d=0;d<o.removeItems.length;d++){ | Unknown directive |
| 41 | for(var c=o.removeItems[d],l=0;l<o.q.length;l++){if(o.q[l]===c){o.q.splice(l,1);break}}}o.removeItems=[]}}}},o.unregister=function(e){o.r[e]&&delete o.r[e]}}(),function(e,r){function t(){if(!a){if(!r.body){return void setTimeout(t)}a=!0,e.$Do.register("doc.ready",0,!0)}}function n(){if(!u){if(!r.body){return void setTimeout(n)}t(),u=!0,e.$Do.register("doc.load",0,!0),i()}}function o(e){(r.addEventListener||"load"===e.type||"complete"===r.readyState)&&t()}function i(){ | Syntax not understood |
| 42 | r.addEventListener?(r.removeEventListener("DOMContentLoaded",o,!1),e.removeEventListener("load",n,!1)):r.attachEvent&&(r.detachEvent("onreadystatechange",o),e.detachEvent("onload",n))}var a=!1,u=!1;if("complete"===r.readyState){return void setTimeout(n)}!function(){r.addEventListener?(r.addEventListener("DOMContentLoaded",o,!1),e.addEventListener("load",n,!1)):r.attachEvent&&(r.attachEvent("onreadystatechange",o),e.attachEvent("onload",n))}()}(window,document),function(){function e(){ | Unknown directive |
| 43 | return g.$Config||g.ServerData||{}}function r(e,r,t){var n=g.$Debug;n&&n.appendLog&&(r&&(e+=" '"+(r.src||r.href||"")+"'",e+=", id:"+(r.id||""),e+=", async:"+(r.async||""),e+=", defer:"+(r.defer||"")),t&&(e+=", loadDuration:"+t+"ms"),n.appendLog(e))}function t(){var e=g.$B;if(void 0===l){if(e){l=e.IE}else{var r=g.navigator.userAgent;l=-1!==r.indexOf("MSIE ")||-1!==r.indexOf("Trident/")}}return l}function n(){var e=g.$B;if(void 0===f){if(e){f=e.RE_Edge}else{var r=g.navigator.userAgent;f=-1!==r.indexOf("Edge") | Unknown directive |
| 44 | }}return f}function o(e){var r=e.indexOf("?"),t=r>-1?r:e.length,n=e.lastIndexOf(".",t);return e.substring(n,n+h.length).toLowerCase()===h}function i(){var r=e();return(r.loader||{}).slReportFailure||r.slReportFailure||!1}function a(){return(e().loader||{}).redirectToErrorPageOnLoadFailure||!1}function u(){return(e().loader||{}).logByThrowing||!1}function s(e){if(!t()&&!n()){return!1}var r=e.src||e.href||"";if(!r){return!0}if(o(r)){var i,a,u;try{i=e.sheet,a=i&&i.cssRules,u=!1}catch(e){u=!0}if(i&&!a&&u){ | Unknown directive |
| 45 | return!0}if(i&&a&&0===a.length){return!0}}return!1}function d(r,t,n){var o=e(),i=o.loader||{},a=i.resourceLoadTimeout;return a>0?setTimeout(function(){t.isCircuitBreakerTriggered=!0,r&&r.parentElement&&r.parentElement.removeChild(r),n()},a):null}function c(){function t(e){v.getElementsByTagName("head")[0].appendChild(e)}function n(e,r,t,n){var s=null;return s=o(e)?i(e):"script"===n.toLowerCase()?a(e):u(e,n),r&&(s.id=r),"function"==typeof s.setAttribute&&(s.setAttribute("crossorigin","anonymous"), | Unknown directive |
| 46 | t&&"string"==typeof t&&s.setAttribute("integrity",t)),s}function i(e){var r=v.createElement("link");return r.rel="stylesheet",r.type="text/css",r.href=e,r}function a(e){var r=v.createElement("script"),t=v.querySelector("script[nonce]");if(r.type="text/javascript",r.src=e,r.defer=!1,r.async=!1,t){var n=t.nonce||t.getAttribute("nonce");r.setAttribute("nonce",n)}return r}function u(e,r){var t=v.createElement(r);return t.src=e,t}function l(e,r){if(e&&e.length>0&&r){for(var t=0;t<e.length;t++){ | Syntax not understood |
| 47 | if(-1!==r.indexOf(e[t])){return!0}}}return!1}function f(r){if(e().fTenantBrandingCdnAddEventHandlers){var t=l(L,r)?L:E;if(!(t&&t.length>1)){return r}for(var n=0;n<t.length;n++){if(-1!==r.indexOf(t[n])){var o=t[n+1<t.length?n+1:0],i=r.substring(t[n].length);return"https://"!==t[n].substring(0,"https://".length)&&(o="https://"+o,i=i.substring("https://".length)),o+i}}return r}if(!(E&&E.length>1)){return r}for(var a=0;a<E.length;a++){if(0===r.indexOf(E[a])){return E[a+1<E.length?a+1:0]+r.substring(E[a].length) | Unknown directive |
| 48 | }}return r}function g(e,t,n,o,i){var a=0,u=$.failMessage||"Failed";if(i&&(a=Date.now()-i.startTime,i.id&&!i.isCircuitBreakerTriggered&&clearTimeout(i.id),i.isCircuitBreakerTriggered&&(u=$.timeoutMessage||"TimedOut")),r("[$Loader]: "+u,o,a),S[e].retry<y){return S[e].retry++,p(e,t,n),void c._ReportFailure(S[e].retry,S[e].srcPath,i)}n&&n()}function h(e,t,n,o,i){var a=0;if(s(o)){return g(e,t,n,o,i)}i&&i.id&&(clearTimeout(i.id),a=Date.now()-i.startTime),r("[$Loader]: "+($.successMessage||"Loaded"),o,a), | Unknown directive |
| 49 | p(e+1,t,n);var u=S[e].onSuccess;"function"==typeof u&&u(S[e].srcPath)}function p(e,o,i){if(e<S.length){var a=S[e];if(!a||!a.srcPath){return void p(e+1,o,i)}a.retry>0&&(a.srcPath=f(a.srcPath),a.origId||(a.origId=a.id),a.id=a.origId+"_Retry_"+a.retry);var u=n(a.srcPath,a.id,a.integrity,a.tagName),s={"id":null,"isCircuitBreakerTriggered":!1},c=function(){g(e,o,i,u,s)};u.onload=function(){h(e,o,i,u,s)},u.onerror=c,u.onreadystatechange=function(){"loaded"===u.readyState?setTimeout(function(){h(e,o,i,u,s) | Unknown directive |
| 50 | },500):"complete"===u.readyState&&h(e,o,i,u,s)},w&&a.retry<y&&(s.id=d(u,s,c),s.startTime=Date.now()),t(u),r("[$Loader]: Loading '"+(a.srcPath||"")+"', id:"+(a.id||""))}else{o&&o()}}var m=e(),y=m.slMaxRetry||2,b=m.loader||{},E=b.cdnRoots||[],w=b.enableCircuitBreaking||!1,L=b.tenantBrandingCdnRoots||[],$=this,S=[];$.retryOnError=!0,$.successMessage="Loaded",$.failMessage="Error",$.Add=function(e,r,t,n,o,i){e&&S.push({"srcPath":e,"id":r,"retry":n||0,"integrity":t,"tagName":o||"script","onSuccess":i})}, | Unknown directive |
| 51 | $.AddForReload=function(e,r){var t=e.src||e.href||"";$.Add(t,"AddForReload",e.integrity,1,e.tagName,r)},$.AddIf=function(e,r,t){e&&$.Add(r,t)},$.Load=function(e,r){p(0,e,r)}}var l,f,g=window,v=g.document,h=".css";c.On=function(e,r,t){if(!e){throw"The target element must be provided and cannot be null."}r?c.OnError(e,t):c.OnSuccess(e,t)},c.OnSuccess=function(e,t){if(!e){throw"The target element must be provided and cannot be null."}if(s(e)){return c.OnError(e,t)}var n=e.src||e.href||"",o=i(),u=a() | Unknown directive |
| 52 | ;r("[$Loader]: Loaded",e);var d=new c;d.failMessage="Reload Failed",d.successMessage="Reload Success",d.Load(null,function(){if(o){throw"Unexpected state. ResourceLoader.Load() failed despite initial load success. ['"+n+"']"}u&&(document.location.href="/error.aspx?err=504")})},c.OnError=function(e,t,n){var o=e.src||e.href||"",u=i(),s=a();if(!e){throw"The target element must be provided and cannot be null."}r("[$Loader]: Failed",e);var d=new c;d.failMessage="Reload Failed",d.successMessage="Reload Success", | Unknown directive |
| 53 | d.AddForReload(e,t),d.Load(null,function(){if(u){throw"Failed to load external resource ['"+o+"']"}s&&(document.location.href="/error.aspx?err=504")}),c._ReportFailure(0,o,n)},c._ReportFailure=function(e,r,n){if(u()&&!t()){var o="Failed to load";throw n&&n.isCircuitBreakerTriggered&&(o="Timed out while loading"),"[Retry "+e+"] "+o+" external resource ['"+r+"'], reloading from fallback CDN endpoint"}},g.$Loader=c}(),function(){function e(){if(!E){var e=new h.$Loader | Syntax not understood |
| 54 | ;e.AddIf(!h.jQuery,m.sbundle,"WebWatson_DemandSupport"),m.sbundle=null,delete m.sbundle,e.AddIf(!h.$Api,m.fbundle,"WebWatson_DemandFramework"),m.fbundle=null,delete m.fbundle,e.Add(m.bundle,"WebWatson_DemandLoaded"),e.Load(r,t),E=!0}}function r(){if(h.$WebWatson){if(h.$WebWatson.isProxy){return void t()}y.when("$WebWatson.full",function(){for(;b.length>0;){var e=b.shift();e&&h.$WebWatson[e.cmdName].apply(h.$WebWatson,e.args)}})}}function t(){if(!h.$WebWatson||h.$WebWatson.isProxy){if(!w&&JSON){try{ | Syntax not understood |
| 55 | var e=new XMLHttpRequest;e.open("POST",m.url),e.setRequestHeader("Accept","application/json"),e.setRequestHeader("Content-Type","application/json; charset=UTF-8"),e.setRequestHeader("canary",p.apiCanary),e.setRequestHeader("client-request-id",p.correlationId),e.setRequestHeader("hpgid",p.hpgid||0),e.setRequestHeader("hpgact",p.hpgact||0);for(var r=-1,t=0;t<b.length;t++){if("submit"===b[t].cmdName){r=t;break}}var o=b[r]?b[r].args||[]:[],i={"sr":m.sr, | Unknown directive |
| 56 | "ec":"Failed to load external resource [Core Watson files]","wec":55,"idx":1,"pn":p.pgid||"","sc":p.scid||0,"hpg":p.hpgid||0,"msg":"Failed to load external resource [Core Watson files]","url":o[1]||"","ln":0,"ad":0,"an":!1,"cs":"","sd":p.serverDetails,"ls":null,"diag":v(m)};e.send(JSON.stringify(i))}catch(e){}w=!0}m.loadErrorUrl&&window.location.assign(m.loadErrorUrl)}n()}function n(){b=[],h.$WebWatson=null}function o(r){return function(){var t=arguments;b.push({"cmdName":r,"args":t}),e()}}function i(){ | Unknown directive |
| 57 | var e=["foundException","resetException","submit"],r=this;r.isProxy=!0;for(var t=e.length,n=0;n<t;n++){var i=e[n];i&&(r[i]=o(i))}}function a(e,r,t,n,o,i,a){var u=h.event;return i||(i=l(o||u,a?a+2:2)),h.$Debug&&h.$Debug.appendLog&&h.$Debug.appendLog("[WebWatson]:"+(e||"")+" in "+(r||"")+" @ "+(t||"??")),$.submit(e,r,t,n,o||u,i,a)}function u(e,r){return{"signature":e,"args":r,"toString":function(){return this.signature}}}function s(e){for(var r=[],t=e.split("\n"),n=0;n<t.length;n++){r.push(u(t[n],[]))} | Unknown directive |
| 58 | return r}function d(e){for(var r=[],t=e.split("\n"),n=0;n<t.length;n++){var o=u(t[n],[]);t[n+1]&&(o.signature+="@"+t[n+1],n++),r.push(o)}return r}function c(e){if(!e){return null}try{if(e.stack){return s(e.stack)}if(e.error){if(e.error.stack){return s(e.error.stack)}}else if(window.opera&&e.message){return d(e.message)}}catch(e){}return null}function l(e,r){var t=[];try{for(var n=arguments.callee;r>0;){n=n?n.caller:n,r--}for(var o=0;n&&o<L;){var i="InvalidMethod()";try{i=n.toString()}catch(e){} | Unknown directive |
| 59 | var a=[],s=n.args||n.arguments;if(s){for(var d=0;d<s.length;d++){a[d]=s[d]}}t.push(u(i,a)),n=n.caller,o++}}catch(e){t.push(u(e.toString(),[]))}var l=c(e);return l&&(t.push(u("--- Error Event Stack -----------------",[])),t=t.concat(l)),t}function f(e){if(e){try{var r=/function (.{1,})\(/,t=r.exec(e.constructor.toString());return t&&t.length>1?t[1]:""}catch(e){}}return""}function g(e){if(e){try{if("string"!=typeof e&&JSON&&JSON.stringify){var r=f(e),t=JSON.stringify(e) | Unknown directive |
| 60 | ;return t&&"{}"!==t||(e.error&&(e=e.error,r=f(e)),(t=JSON.stringify(e))&&"{}"!==t||(t=e.toString())),r+":"+t}}catch(e){}}return""+(e||"")}function v(e){var r=[];try{if(jQuery?(r.push("jQuery v:"+jQuery().jquery),jQuery.easing?r.push("jQuery.easing:"+JSON.stringify(jQuery.easing)):r.push("jQuery.easing is not defined")):r.push("jQuery is not defined"),e&&e.expectedVersion&&r.push("Expected jQuery v:"+e.expectedVersion),y){var t,n="";for(t=0;t<y.o.length;t++){n+=y.o[t]+";"}for(r.push("$Do.o["+n+"]"),n="", | Unknown directive |
| 61 | t=0;t<y.q.length;t++){n+=y.q[t].id+";"}r.push("$Do.q["+n+"]")}if(h.$Debug&&h.$Debug.getLogs){var o=h.$Debug.getLogs();o&&o.length>0&&(r=r.concat(o))}if(b){for(var i=0;i<b.length;i++){var a=b[i];if(a&&"submit"===a.cmdName){try{if(JSON&&JSON.stringify){var u=JSON.stringify(a);u&&r.push(u)}}catch(e){r.push(g(e))}}}}}catch(e){r.push(g(e))}return r}var h=window,p=h.$Config||{},m=p.watson,y=h.$Do;if(!h.$WebWatson&&m){var b=[],E=!1,w=!1,L=10,$=h.$WebWatson=new i;$.CB={},$._orgErrorHandler=h.onerror,h.onerror=a, | Syntax not understood |
| 62 | $.errorHooked=!0,y.when("jQuery.version",function(e){m.expectedVersion=e}),y.register("$WebWatson")}}(),function(){function e(e,r){for(var t=r.split("."),n=t.length,o=0;o<n&&null!==e&&void 0!==e;){e=e[t[o++]]}return e}function r(r){var t=null;return null===s&&(s=e(i,"Constants")),null!==s&&r&&(t=e(s,r)),null===t||void 0===t?"":t.toString()}function t(t){var n=null;return null===a&&(a=e(i,"$Config.strings")),null!==a&&t&&(n=e(a,t.toLowerCase())),null!==n&&void 0!==n||(n=r(t)), | Unknown directive |
| 63 | null===n||void 0===n?"":n.toString()}function n(e,r){var n=null;return e&&r&&r[e]&&(n=t("errors."+r[e])),n||(n=t("errors."+e)),n||(n=t("errors."+d)),n||(n=t(d)),n}function o(t){var n=null;return null===u&&(u=e(i,"$Config.urls")),null!==u&&t&&(n=e(u,t.toLowerCase())),null!==n&&void 0!==n||(n=r(t)),null===n||void 0===n?"":n.toString()}var i=window,a=null,u=null,s=null,d="GENERIC_ERROR";i.GetString=t,i.GetErrorString=n,i.GetUrl=o}(),function(){var e=window,r=e.$Config||{};e.$B=r.browser||{}}(),function(){ | Unknown directive |
| 64 | function e(e,r,t){e&&e.addEventListener?e.addEventListener(r,t):e&&e.attachEvent&&e.attachEvent("on"+r,t)}function r(r,t){e(document.getElementById(r),"click",t)}function t(r,t){var n=document.getElementsByName(r);n&&n.length>0&&e(n[0],"click",t)}var n=window;n.AddListener=e,n.ClickEventListenerById=r,n.ClickEventListenerByName=t}(); | Unknown directive |
| 65 | //]]></script> | Syntax not understood |
| 66 | <script type="text/javascript" nonce='lQjmzd4Bp1_VDefXyvLJDw'>//<![CDATA[ | Syntax not understood |
| 67 | !function(e,t){function r(t){return function(){t.parentNode&&t.parentNode.removeChild(t),e.$Loader.OnError(t,void 0,{"isCircuitBreakerTriggered":!0})}}function n(e,t){e.addEventListener("load",function(){clearTimeout(t)},{"once":!0}),e.addEventListener("error",function(){clearTimeout(t)},{"once":!0})}!function(){var a="function"==typeof e.MutationObserver,o=t.getElementsByTagName("head")[0];if(a&&o&&e.addEventListener){var d=e.ServerData||e.$Config||{},i=d.loader||{} | Unknown directive |
| 68 | ;if(i.enableCircuitBreaking&&i.resourceLoadTimeout>0&&d.slMaxRetry>0){var u=new MutationObserver(function(e){for(var t=0;t<e.length;t++){var a=e[t];if("childList"===a.type){for(var o=0;o<a.addedNodes.length;o++){var d=a.addedNodes[o];if(d instanceof Element){var u="cdn"===d.getAttribute("data-loader");if(u){var c=setTimeout(r(d),i.resourceLoadTimeout);n(d,c)}}}}}});e.addEventListener("load",function(){u.disconnect()}),u.observe(o,{"childList":!0,"subtree":!1})}}}(),function(){ | Unknown directive |
| 69 | var r=t.getElementsByTagName("head")[0];r&&r.addEventListener&&(r.addEventListener("error",function(t){null!==t.target&&"cdn"===t.target.getAttribute("data-loader")&&e.$Loader.OnError(t.target)},!0),r.addEventListener("load",function(t){null!==t.target&&"cdn"===t.target.getAttribute("data-loader")&&e.$Loader.OnSuccess(t.target)},!0))}()}(window,document); | Syntax not understood |
| 70 | //]]></script> | Syntax not understood |
| 73 | <link rel="prefetch" href="https://login.live.com/Me.htm?v=3" /> | Unknown directive |
| 74 | <link rel="shortcut icon" href="https://aadcdn.msftauth.net/shared/1.0/content/images/favicon_a_eupayfgghqiai7k9sol6lg2.ico" /> | Unknown directive |
| 76 | <script type="text/javascript" nonce='lQjmzd4Bp1_VDefXyvLJDw'> | Syntax not understood |
| 77 | ServerData = $Config; | Syntax not understood |
| 78 | </script> | Syntax not understood |
| 82 | <link data-loader="cdn" crossorigin="anonymous" href="https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/converged.v2.login.min_pzfy2abhlubh6bv_dyvwha2.css" rel="stylesheet" /> | Unknown directive |
| 85 | <script data-loader="cdn" crossorigin="anonymous" src="https://aadcdn.msftauth.net/shared/1.0/content/js/ConvergedLogin_PCore_iXvvVEAQxmEXtWhahp1L2Q2.js" integrity='sha384-tTsb3L/uYRoqZqxgtWq9LgmGEBIFQbuS73QiL7aRR3WEJbp/mr5CNXIYCCheaAqr' nonce='lQjmzd4Bp1_VDefXyvLJDw'></script> | Unknown directive |
| 87 | <script data-loader="cdn" crossorigin="anonymous" src="https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/ux.converged.login.strings-en.min_cbb9wf1-2b8knjgxpc5-rg2.js" nonce='lQjmzd4Bp1_VDefXyvLJDw'></script> | Unknown directive |
| 91 | </head> | Syntax not understood |
| 93 | <body data-bind="defineGlobals: ServerData, bodyCssClass" class="cb" style="display: none"> | Unknown directive |
| 94 | <script type="text/javascript" nonce='lQjmzd4Bp1_VDefXyvLJDw'>//<![CDATA[ | Syntax not understood |
| 95 | !function(){var e=window,s=e.document,i=e.$Config||{};if(e.self===e.top){s&&s.body&&(s.body.style.display="block")}else if(!i.allowFrame){var o,t,r,f,n,d;if(i.fAddTryCatchForIFrameRedirects){try{o=e.self.location.href,t=o.indexOf("#"),r=-1!==t,f=o.indexOf("?"),n=r?t:o.length,d=-1===f||r&&f>t?"?":"&",o=o.substr(0,n)+d+"iframe-request-id="+i.sessionId+o.substr(n),e.top.location=o}catch(e){}}else{o=e.self.location.href,t=o.indexOf("#"),r=-1!==t,f=o.indexOf("?"),n=r?t:o.length,d=-1===f||r&&f>t?"?":"&", | Syntax not understood |
| 96 | o=o.substr(0,n)+d+"iframe-request-id="+i.sessionId+o.substr(n),e.top.location=o}}}(); | Syntax not understood |
| 97 | //]]></script> | Syntax not understood |
| 99 | </body> | Syntax not understood |
| 100 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.021
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.47 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.44 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 300.0 s | 273.7 KiB |
| js.monitor.azure.com/scripts/c/ms.shared.analytics.mectrl-3.gbl.min.js | 1800.0 s | 34.9 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| mem.gfx.ms/meversion?partner=office&market=en-us&uhf=1 | 7200.0 s | 10.2 KiB |
| uhf.microsoft.com/images/microsoft/RE1Mu3b.png | 0.0 ms | 4.2 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.mcm-hero-container > div.mcm-hero-background-bebop > a#mcm-hero-banner-background > video#heroVideo div.mcm-hero-container > div.mcm-hero-background-bebop > a#mcm-hero-banner-background > video#heroVideo | /officehub/images/content/images/unauth-mcm/bebop-hero-59... | 2.5 MiB | 2.5 MiB |
a#module-cta-chat-v2 > div > div.module-image-container > video.hover-video a#module-cta-chat-v2 > div > div.module-image-container > video.hover-video | /officehub/images/content/images/unauth-mcm/hero-module1-... | 916.5 KiB | 908.6 KiB |
a#module-cta-create-v2 > div > div.module-image-container > video.hover-video a#module-cta-create-v2 > div > div.module-image-container > video.hover-video | /officehub/images/content/images/unauth-mcm/hero-module4-... | 733.0 KiB | 725.1 KiB |
a#module-cta-agents > div > div.module-image-container > video.hover-video a#module-cta-agents > div > div.module-image-container > video.hover-video | /officehub/images/content/images/unauth-mcm/hero-module3-... | 727.5 KiB | 719.7 KiB |
a#module-cta-search-v2 > div > div.module-image-container > video.hover-video a#module-cta-search-v2 > div > div.module-image-container > video.hover-video | /officehub/images/content/images/unauth-mcm/hero-module2-... | 478.7 KiB | 470.8 KiB |
Download for desktop div.modules-download-grid > div.module-download-box > div.module-download-image-container > img.module-download-image | /officehub/images/content/images/unauth-mcm/hero-desktop-... | 114.8 KiB | 106.2 KiB |
Download on mobile div.modules-download-grid > div.module-download-box > div.module-download-image-container > img.module-download-image | /officehub/images/content/images/unauth-mcm/mcm-qr-code-c... | 84.9 KiB | 76.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cloud.microsoft/ | 315 ms |
| m365.cloud.microsoft/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| res.cdn.office.net/officehub/bundles/unauth-3a910e427c.css | 81.4 KiB | 81.0 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: var unauth1dsAnalytics; … | 11.0 KiB | 6.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| res.cdn.office.net/admincenter/admin-main/2026.4.2.8/floodgate.en.bundle.js | 330.9 KiB | 290.3 KiB |
| res.cdn.office.net/officehub/bundles/unauth-mcm-scripts-6378fb4b6f.js | 185.6 KiB | 93.9 KiB |
| wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 231.8 KiB | 33.5 KiB |
| res.cdn.office.net/officehub/bundles/unauth-936aa5c11c.js | 63.5 KiB | 24.3 KiB |
| res.cdn.office.net/officehub/bundles/unauth-vendor-f0ab3fa70e.js | 34.2 KiB | 24.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.theme-light > div.c-uhfh-gcontainer-st > a#uhfLogo > img.c-image div.theme-light > div.c-uhfh-gcontainer-st > a#uhfLogo > img.c-image | uhf.microsoft.com/images/microsoft/RE1Mu3b.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
For individuals
Pricing for individuals
For families
For single users
For prem… ul.js-paddle-items > li.nested-menu > div.c-uhf-menu > ul.f-multi-column |
Create
AI Image Generator
AI Image Editor
AI Chat
Agents ul.js-paddle-items > li.nested-menu > div.c-uhf-menu > ul |
For individuals
Self-help resources
Billing support
Community
Contact Microsoft… ul.js-paddle-items > li.nested-menu > div.c-uhf-menu > ul |
Global
Microsoft 365
Azure
Copilot
Windows
Surface
Xbox
Deals
Small Business
Su… ul.js-paddle-items > li > div.c-uhf-menu > ul.f-multi-column |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.c-uhfh > div.theme-light > div.c-uhfh-gcontainer-st > button.c-action-trigger header.c-uhfh > div.theme-light > div.c-uhfh-gcontainer-st > button.c-action-trigger |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.module-download-box > div.module-download-content > div.module-download-actions > a#module-cta-mobile-download div.module-download-box > div.module-download-content > div.module-download-actions > a#module-cta-mobile-download |
div.module-download-box > div.module-download-content > div.module-download-actions > a#module-cta-mobile-download div.module-download-box > div.module-download-content > div.module-download-actions > a#module-cta-mobile-download |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home nav#uhf-g-nav > ul.js-paddle-items > li.single-link > a.c-uhf-nav-link |
Products ul.js-paddle-items > li.nested-menu > div.c-uhf-menu > button#c-shellmenu_0 |
Features ul.js-paddle-items > li.nested-menu > div.c-uhf-menu > button#features |
Prompts nav#uhf-g-nav > ul.js-paddle-items > li.single-link > a#copilotprompt |
Support ul.js-paddle-items > li.nested-menu > div.c-uhf-menu > button#c-shellmenu_46 |
More ul.js-paddle-items > li#overflow-menu > div.c-uhf-menu > button |
Surface Pro div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Surface Laptop div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Surface Laptop Studio 2 div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Copilot for organizations div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Copilot for personal use div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
AI in Windows div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Explore Microsoft products div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Windows 11 apps div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Account profile div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Download Center div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Store support div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Returns div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Order tracking div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Certified Refurbished div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Store Promise div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Flexible Payments div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft in education div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Devices for education div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Teams for Education div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft 365 Education div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
How to buy for your school div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Educator training and development div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Deals for students and parents div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
AI for education div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft AI div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Security div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Dynamics 365 div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft 365 div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Power Platform div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Teams div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft 365 Copilot div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Small Business div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Azure div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Developer div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Learn div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Support for AI marketplace apps div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Tech Community div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Microsoft Marketplace div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Marketplace Rewards div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Visual Studio div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Careers div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
About Microsoft div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Company news div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Privacy at Microsoft div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Investors div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Diversity and inclusion div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Accessibility div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Sustainability div.c-uhff-nav-group > ul.c-list > li > a.c-uhff-link |
Sitemap nav > ul.c-list > li#c-uhff-footer_sitemap > a.c-uhff-link |
Contact Microsoft nav > ul.c-list > li#c-uhff-footer_contactus > a.c-uhff-link |
Privacy nav > ul.c-list > li#c-uhff-footer_privacyandcookies > a.c-uhff-link |
Manage cookies nav > ul.c-list > li#c-uhff-footer_managecookies > a.c-uhff-link |
Terms of use nav > ul.c-list > li#c-uhff-footer_termsofuse > a.c-uhff-link |
Trademarks nav > ul.c-list > li#c-uhff-footer_trademarks > a.c-uhff-link |
Safety & eco nav > ul.c-list > li#c-uhff-footer_safetyandeco > a.c-uhff-link |
Recycling nav > ul.c-list > li#c-uhff-recycling > a.c-uhff-link |
About our ads nav > ul.c-list > li#c-uhff-footer_aboutourads > a.c-uhff-link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Chat with your AI assistant*
Start a text or voice conversation with secure AI… section.modules-section > div.modules-container > div.modules-grid > a#module-cta-chat-v2 |
Find what you need
Locate your files and information across Microsoft 365.
Go… section.modules-section > div.modules-container > div.modules-grid > a#module-cta-search-v2 |
Discover agents
Access a broad ecosystem of pre-built agents, or build your ow… section.modules-section > div.modules-container > div.modules-grid > a#module-cta-agents |
Turn ideas into images
Create images, posters, banners, videos, surveys and mo… section.modules-section > div.modules-container > div.modules-grid > a#module-cta-create-v2 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /topic/supported-regions-and-languages-in-microsoft-copil... | here |
| clarity.microsoft.com/ | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Skip to main content div#headerArea > div#headerRegion > div#headerUniversalHeader > a#uhfSkipToMain |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 3 | <!-- Copyright (C) Microsoft Corporation. All rights reserved. --> | Syntax not understood |
| 4 | <!DOCTYPE html> | Syntax not understood |
| 5 | <html dir="ltr" class="" lang="en"> | Syntax not understood |
| 6 | <head> | Syntax not understood |
| 7 | <title>Sign in to your account</title> | Syntax not understood |
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | Syntax not understood |
| 9 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | Syntax not understood |
| 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes"> | Syntax not understood |
| 11 | <meta http-equiv="Pragma" content="no-cache"> | Syntax not understood |
| 12 | <meta http-equiv="Expires" content="-1"> | Syntax not understood |
| 13 | <link rel="preconnect" href="https://aadcdn.msftauth.net" crossorigin> | Unknown directive |
| 14 | <meta http-equiv="x-dns-prefetch-control" content="on"> | Syntax not understood |
| 15 | <link rel="dns-prefetch" href="//aadcdn.msftauth.net"> | Syntax not understood |
| 16 | <link rel="dns-prefetch" href="//aadcdn.msauth.net"> | Syntax not understood |
| 18 | <meta name="PageID" content="ConvergedSignIn" /> | Syntax not understood |
| 19 | <meta name="SiteID" content="" /> | Syntax not understood |
| 20 | <meta name="ReqLC" content="1033" /> | Syntax not understood |
| 21 | <meta name="LocLC" content="en-US" /> | Syntax not understood |
| 24 | <meta name="format-detection" content="telephone=no" /> | Syntax not understood |
| 26 | <noscript> | Syntax not understood |
| 27 | <meta http-equiv="Refresh" content="0; URL=https://login.microsoftonline.com/jsdisabled" /> | Unknown directive |
| 28 | </noscript> | Syntax not understood |
| 32 | <meta name="robots" content="none" /> | Syntax not understood |
| 34 | <script type="text/javascript" nonce='aRNFCAobdnttH1MI5PAG2A'>//<![CDATA[ | Syntax not understood |
| 35 | $Config={"fShowPersistentCookiesWarning":false,"urlMsaSignUp":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=iItAnmkDf1B9xWEXKc3vS3O8RvoHZMeqYCqAivP4lPeSsy9-pkAb1CIYf9f3XRgPaWc2NUx_O8WzBf4YsurpY8vDD8ZyTPDtRNRGNo7xXmsGp6mN3apqloPSrtskgdl9DKGcmT0Qk5QiUOr8HeABD99ZspZgQVtO-6He9Gv2KlQ6OnXeIT_NTjyj1MukE2kT3EpIr2aXEFFI_7w83PwgLnrciOnE3ZKDM5cron820XmulIuhZh_Cj_97X-cjPu6AR-VW51zV6Yt2Gt3CEN2g4G8LleBtb_VzlRBxWYFDK35vf1bqm2uwaLk04qBdOiLXiDzRGHdwBNu7iM24Np8liNHXXQA5su7gECqItJYTQ5XXxeJSnL1_i_FqBD3zOkEVJHaFUk_WfOdDLN7XWCmW5oCYZGmhAxz2lAJTo2tINixczcreXNzA2Nxls__ZUaK7rRA04Y6TzR1E-FIjpbY4HEB9WEvYugqaRpSaY0h5sXEEPNVCpJ6Teaanbr5S6J0IkCsFGhY0ACmd71xRcfvCgA\u0026response_mode=form_post\u0026nonce=639119555781015053.MzI3MWUyNTItNWI0NC00N2JmLThkY2ItNmQwNDViZDA0ODkwNzMyZDYwMGMtOTAyYy00Y2JlLTllOWYtZGU5N2U0ODNkZjQ0\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=b15f1b3984d4464aa8d3659f38aecf34\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026signup=1\u0026lw=1\u0026fl=easi2\u0026epctrc=DA3tROmjsvmiOcfc6XSreo8257i%2byK%2fgJ5NFWvDjBOw%3d7%3a1%3aCANARY%3a%2fE%2b9bePdTmt%2f%2fnvlq7htcEs2PIj72ID7pcVMnJzpatE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAs6Kyvw9s6YMejb0D2sgVCEvdxJ-55PDmg9wuYWsnG9Y4OuZPuZXIbud0BmwtiJ3xe61b22vts6SO_LkEsulihkDzFXBCZAcfjqqwUvJ5uMEGahy8Q5kFJyKwiKycS-K6ooyB4tmB_BpFRa3byosKMa_a1WXfkxO_-FfF7U6ofPOlehyE5A1NVe9rY4b_hX7vstezKTrCVYryPd-jc7B3oyAA\u0026jshs=0","urlMsaLogout":"https://login.live.com/logout.srf?iframed_by=https%3a%2f%2flogin.microsoftonline.com","urlOtherIdpForget":"https://login.live.com/forgetme.srf?iframed_by=https%3a%2f%2flogin.microsoftonline.com","showCantAccessAccountLink":true,"arrExternalTrustedRealmFederatedIdps":[{"IdpType":400,"IdpSignInUrl":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=iItAnmkDf1B9xWEXKc3vS3O8RvoHZMeqYCqAivP4lPeSsy9-pkAb1CIYf9f3XRgPaWc2NUx_O8WzBf4YsurpY8vDD8ZyTPDtRNRGNo7xXmsGp6mN3apqloPSrtskgdl9DKGcmT0Qk5QiUOr8HeABD99ZspZgQVtO-6He9Gv2KlQ6OnXeIT_NTjyj1MukE2kT3EpIr2aXEFFI_7w83PwgLnrciOnE3ZKDM5cron820XmulIuhZh_Cj_97X-cjPu6AR-VW51zV6Yt2Gt3CEN2g4G8LleBtb_VzlRBxWYFDK35vf1bqm2uwaLk04qBdOiLXiDzRGHdwBNu7iM24Np8liNHXXQA5su7gECqItJYTQ5XXxeJSnL1_i_FqBD3zOkEVJHaFUk_WfOdDLN7XWCmW5oCYZGmhAxz2lAJTo2tINixczcreXNzA2Nxls__ZUaK7rRA04Y6TzR1E-FIjpbY4HEB9WEvYugqaRpSaY0h5sXEEPNVCpJ6Teaanbr5S6J0IkCsFGhY0ACmd71xRcfvCgA\u0026response_mode=form_post\u0026nonce=639119555781015053.MzI3MWUyNTItNWI0NC00N2JmLThkY2ItNmQwNDViZDA0ODkwNzMyZDYwMGMtOTAyYy00Y2JlLTllOWYtZGU5N2U0ODNkZjQ0\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=b15f1b3984d4464aa8d3659f38aecf34\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=DA3tROmjsvmiOcfc6XSreo8257i%2byK%2fgJ5NFWvDjBOw%3d7%3a1%3aCANARY%3a%2fE%2b9bePdTmt%2f%2fnvlq7htcEs2PIj72ID7pcVMnJzpatE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAn3EeO-17z1bVJIFG356yyQBT9ssuc7ngwTfzVdvsLXl2R5Gs2O7wkPROcNWdkjUwHshA9hQKXLF6prOPy9ZP8qWhPGu_Lf2s8n_YaB5exno_KnYSJWphKGQppJn2pifHsvzPdObLnJSEA9I3yS3-9yBoHMoFH87t54-q9g1UzkZBqXeLVxyKDKYgRENI30-CfvEGQMBmczESQYbqK9lQ9iAA\u0026jshs=0\u0026idp_hint=github.com","DisplayName":"GitHub","Promoted":false}],"fEnableShowResendCode":true,"iShowResendCodeDelay":90000,"sSMSCtryPhoneData":"AF~Afghanistan~93!!!AX~Åland Islands~358!!!AL~Albania~355!!!DZ~Algeria~213!!!AS~American Samoa~1!!!AD~Andorra~376!!!AO~Angola~244!!!AI~Anguilla~1!!!AG~Antigua and Barbuda~1!!!AR~Argentina~54!!!AM~Armenia~374!!!AW~Aruba~297!!!AC~Ascension Island~247!!!AU~Australia~61!!!AT~Austria~43!!!AZ~Azerbaijan~994!!!BS~Bahamas~1!!!BH~Bahrain~973!!!BD~Bangladesh~880!!!BB~Barbados~1!!!BY~Belarus~375!!!BE~Belgium~32!!!BZ~Belize~501!!!BJ~Benin~229!!!BM~Bermuda~1!!!BT~Bhutan~975!!!BO~Bolivia~591!!!BQ~Bonaire~599!!!BA~Bosnia and Herzegovina~387!!!BW~Botswana~267!!!BR~Brazil~55!!!IO~British Indian Ocean Territory~246!!!VG~British Virgin Islands~1!!!BN~Brunei~673!!!BG~Bulgaria~359!!!BF~Burkina Faso~226!!!BI~Burundi~257!!!CV~Cabo Verde~238!!!KH~Cambodia~855!!!CM~Cameroon~237!!!CA~Canada~1!!!KY~Cayman Islands~1!!!CF~Central African Republic~236!!!TD~Chad~235!!!CL~Chile~56!!!CN~China~86!!!CX~Christmas Island~61!!!CC~Cocos (Keeling) Islands~61!!!CO~Colombia~57!!!KM~Comoros~269!!!CG~Congo~242!!!CD~Congo (DRC)~243!!!CK~Cook Islands~682!!!CR~Costa Rica~506!!!CI~Côte d\u0027Ivoire~225!!!HR~Croatia~385!!!CU~Cuba~53!!!CW~Curaçao~599!!!CY~Cyprus~357!!!CZ~Czechia~420!!!DK~Denmark~45!!!DJ~Djibouti~253!!!DM~Dominica~1!!!DO~Dominican Republic~1!!!EC~Ecuador~593!!!EG~Egypt~20!!!SV~El Salvador~503!!!GQ~Equatorial Guinea~240!!!ER~Eritrea~291!!!EE~Estonia~372!!!ET~Ethiopia~251!!!FK~Falkland Islands~500!!!FO~Faroe Islands~298!!!FJ~Fiji~679!!!FI~Finland~358!!!FR~France~33!!!GF~French Guiana~594!!!PF~French Polynesia~689!!!GA~Gabon~241!!!GM~Gambia~220!!!GE~Georgia~995!!!DE~Germany~49!!!GH~Ghana~233!!!GI~Gibraltar~350!!!GR~Greece~30!!!GL~Greenland~299!!!GD~Grenada~1!!!GP~Guadeloupe~590!!!GU~Guam~1!!!GT~Guatemala~502!!!GG~Guernsey~44!!!GN~Guinea~224!!!GW~Guinea-Bissau~245!!!GY~Guyana~592!!!HT~Haiti~509!!!HN~Honduras~504!!!HK~Hong Kong SAR~852!!!HU~Hungary~36!!!IS~Iceland~354!!!IN~India~91!!!ID~Indonesia~62!!!IR~Iran~98!!!IQ~Iraq~964!!!IE~Ireland~353!!!IM~Isle of Man~44!!!IL~Israel~972!!!IT~Italy~39!!!JM~Jamaica~1!!!JP~Japan~81!!!JE~Jersey~44!!!JO~Jordan~962!!!KZ~Kazakhstan~7!!!KE~Kenya~254!!!KI~Kiribati~686!!!KR~Korea~82!!!KW~Kuwait~965!!!KG~Kyrgyzstan~996!!!LA~Laos~856!!!LV~Latvia~371!!!LB~Lebanon~961!!!LS~Lesotho~266!!!LR~Liberia~231!!!LY~Libya~218!!!LI~Liechtenstein~423!!!LT~Lithuania~370!!!LU~Luxembourg~352!!!MO~Macao SAR~853!!!MG~Madagascar~261!!!MW~Malawi~265!!!MY~Malaysia~60!!!MV~Maldives~960!!!ML~Mali~223!!!MT~Malta~356!!!MH~Marshall Islands~692!!!MQ~Martinique~596!!!MR~Mauritania~222!!!MU~Mauritius~230!!!YT~Mayotte~262!!!MX~Mexico~52!!!FM~Micronesia~691!!!MD~Moldova~373!!!MC~Monaco~377!!!MN~Mongolia~976!!!ME~Montenegro~382!!!MS~Montserrat~1!!!MA~Morocco~212!!!MZ~Mozambique~258!!!MM~Myanmar~95!!!NA~Namibia~264!!!NR~Nauru~674!!!NP~Nepal~977!!!NL~Netherlands~31!!!NC~New Caledonia~687!!!NZ~New Zealand~64!!!NI~Nicaragua~505!!!NE~Niger~227!!!NG~Nigeria~234!!!NU~Niue~683!!!NF~Norfolk Island~672!!!KP~North Korea~850!!!MK~North Macedonia~389!!!MP~Northern Mariana Islands~1!!!NO~Norway~47!!!OM~Oman~968!!!PK~Pakistan~92!!!PW~Palau~680!!!PS~Palestinian Authority~970!!!PA~Panama~507!!!PG~Papua New Guinea~675!!!PY~Paraguay~595!!!PE~Peru~51!!!PH~Philippines~63!!!PL~Poland~48!!!PT~Portugal~351!!!PR~Puerto Rico~1!!!QA~Qatar~974!!!RE~Réunion~262!!!RO~Romania~40!!!RU~Russia~7!!!RW~Rwanda~250!!!BL~Saint Barthélemy~590!!!KN~Saint Kitts and Nevis~1!!!LC~Saint Lucia~1!!!MF~Saint Martin~590!!!PM~Saint Pierre and Miquelon~508!!!VC~Saint Vincent and the Grenadines~1!!!WS~Samoa~685!!!SM~San Marino~378!!!ST~São Tomé and Príncipe~239!!!SA~Saudi Arabia~966!!!SN~Senegal~221!!!RS~Serbia~381!!!SC~Seychelles~248!!!SL~Sierra Leone~232!!!SG~Singapore~65!!!SX~Sint Maarten~1!!!SK~Slovakia~421!!!SI~Slovenia~386!!!SB~Solomon Islands~677!!!SO~Somalia~252!!!ZA~South Africa~27!!!SS~South Sudan~211!!!ES~Spain~34!!!LK~Sri Lanka~94!!!SH~St Helena, Ascension, and Tristan da Cunha~290!!!SD~Sudan~249!!!SR~Suriname~597!!!SJ~Svalbard~47!!!SZ~Swaziland~268!!!SE~Sweden~46!!!CH~Switzerland~41!!!SY~Syria~963!!!TW~Taiwan~886!!!TJ~Tajikistan~992!!!TZ~Tanzania~255!!!TH~Thailand~66!!!TL~Timor-Leste~670!!!TG~Togo~228!!!TK~Tokelau~690!!!TO~Tonga~676!!!TT~Trinidad and Tobago~1!!!TA~Tristan da Cunha~290!!!TN~Tunisia~216!!!TR~Turkey~90!!!TM~Turkmenistan~993!!!TC~Turks and Caicos Islands~1!!!TV~Tuvalu~688!!!VI~U.S. Virgin Islands~1!!!UG~Uganda~256!!!UA~Ukraine~380!!!AE~United Arab Emirates~971!!!GB~United Kingdom~44!!!US~United States~1!!!UY~Uruguay~598!!!UZ~Uzbekistan~998!!!VU~Vanuatu~678!!!VA~Vatican City~39!!!VE~Venezuela~58!!!VN~Vietnam~84!!!WF~Wallis and Futuna~681!!!YE~Yemen~967!!!ZM~Zambia~260!!!ZW~Zimbabwe~263","fUseInlinePhoneNumber":true,"fDetectBrowserCapabilities":true,"fUseMinHeight":true,"fShouldSupportTargetCredentialForRecovery":true,"fAvoidNewOtcGenerationWhenAlreadySent":true,"fEnableProofTypeValidation":true,"fUseCertificateInterstitialView":true,"fIsPasskeySupportEnabled":true,"arrPromotedFedCredTypes":[],"fShowUserAlreadyExistErrorHandling":true,"fBlockOnAppleEmailClaimError":true,"fIsVerifiableCredentialsSupportEnabled":true,"iVerifiableCredentialPresentationPollingIntervalSeconds":0.5,"iVerifiableCredentialPresentationPollingTimeoutSeconds":300,"fIsQrPinEnabled":true,"fPasskeyAssertionRedirect":true,"fShowProgressForPasskeyAutofill":true,"fFixUrlExternalIdpFederation":true,"fEnableBackButtonBugFix":true,"fEnableTotalLossRecovery":true,"fUpdatePromotedCredTypesOrder":true,"fUseNewPromotedCredsComponent":true,"urlSessionState":"https://login.microsoftonline.com/common/DeviceCodeStatus","urlResetPassword":"https://passwordreset.microsoftonline.com/?ru=https%3a%2f%2flogin.microsoftonline.com%2fcommon%2freprocess%3fctx%3drQQIARAAjZNLiON0AIfb6UydGdbdzuhB8TIHEXFsm_zzHthD2qRt-vinj7RJeglpmrRpnk3StM3Zwx73osgiCB5EBhEfIIsnTx4WFheUPayXPe9F8TTgRVQ8Cl4--B2-2-87PaYrKF5BKsg7BVBBrt7EKZLAcWJWxoBBlnFmhpRpzCTL6JzBKJIAFGno0flpiXlD--rn99qNz34yP6a_-BG_zr-1TJIwvqpWPYwkKoYbbOYVzzaiIA6spOrq_tz2Fyl4mM8_yecfHByZfnk8uj6ISYxBUYYgCIpGEZRACKzSywSsJ4_3UBISKAsIrCMIBG2vKy0dFQgJ9AZbyE3sKcciIudsYdbbTzl122v2ElFi9-oeQVTQdruS64qymkybYwKCMSJy0JmuBsizgzsiu0mW4C8EkZ2Zvx-cWEHkaWEQJw8KHxzaQsL6nsNZaI3ZybzSMbB0hIn0MA1a0565Vutr1k77uNs3R_GeKYcOO0PrgmoxFqYMF31dNgAc7zSRlrOahavxJgpVOuU4erqX-lwyhMMmDKid4sXNkPQgpodrN-iPoiR2FnOX4TpNw5OQgUMM7LEY0S2TrXEMM43D6WIwScQy2TKZZgo67oAUfcUUJA1Kq_0K7W0cHjgSxodCBHSFbzQEjdrSWH-76PqRYYs-j007XI8wosCnAaJ4G1fYLKdLrb7SGEopG6v-hmSH5YlMoNmEVBPQTLA6D8ECb9Jd16wlM22SucPaTlYbXAcjUgudrT2w2epdB8HXtblodxWby4bN1nxbgxvK7gEchrRrw5aiDFgi3lALvr4WkrYqDQhF2Zntkd9FNVtrrGsclokOP2m39MbY0WRLnHNdSCly3ZOJoK5Om96S3WXAZdtSABIB2jsjMyJTgRkL4M6NNW061jtUNGQRXCWlbIjy5YawCmcq3uJrjMyn6max1ofhSFeRJRErPN-Hk3rYJiVT1_1ZRIzINiI49bjRXKoIW_fmFLobGlZaX7DXhdf_Pfl2u60ElmUbZsUIvGoKvi4UjcDzAv9RgQpC07fnF2EUWLZrXvynUxX_Xq3AMyus6z45zL84vHV8XLr9Wu4i9_aryPHNYf6To_PTEvr46dk3HxU6D73L97-lg9yjoyrHYslQ9FZx6tmiYRmkMorMgAYEZV_uO9VFm4ANOeVWNXF7l7pC7xfz94vFR8UTgdMgL9Ea8lsxf--l3Hcn_7PbZ7deOT3d2JobGLprxuf_9Pv9y7mb248__-GXD__49NfWizvvVvlLZmb255KXVKt-6q6pZWLwMegLKwoIHBUak57fzkI94e9-Wco9L-Wen-Vuzkr3znN_Ag2\u0026mkt=en-US\u0026hosted=0\u0026device_platform=Linux","urlMsaResetPassword":"https://account.live.com/password/reset?wreply=https%3a%2f%2flogin.microsoftonline.com%2fcommon%2freprocess%3fctx%3drQQIARAAjZNLiON0AIfb6UydGdbdzuhB8TIHEXFsm_zzHthD2qRt-vinj7RJeglpmrRpnk3StM3Zwx73osgiCB5EBhEfIIsnTx4WFheUPayXPe9F8TTgRVQ8Cl4--B2-2-87PaYrKF5BKsg7BVBBrt7EKZLAcWJWxoBBlnFmhpRpzCTL6JzBKJIAFGno0flpiXlD--rn99qNz34yP6a_-BG_zr-1TJIwvqpWPYwkKoYbbOYVzzaiIA6spOrq_tz2Fyl4mM8_yecfHByZfnk8uj6ISYxBUYYgCIpGEZRACKzSywSsJ4_3UBISKAsIrCMIBG2vKy0dFQgJ9AZbyE3sKcciIudsYdbbTzl122v2ElFi9-oeQVTQdruS64qymkybYwKCMSJy0JmuBsizgzsiu0mW4C8EkZ2Zvx-cWEHkaWEQJw8KHxzaQsL6nsNZaI3ZybzSMbB0hIn0MA1a0565Vutr1k77uNs3R_GeKYcOO0PrgmoxFqYMF31dNgAc7zSRlrOahavxJgpVOuU4erqX-lwyhMMmDKid4sXNkPQgpodrN-iPoiR2FnOX4TpNw5OQgUMM7LEY0S2TrXEMM43D6WIwScQy2TKZZgo67oAUfcUUJA1Kq_0K7W0cHjgSxodCBHSFbzQEjdrSWH-76PqRYYs-j007XI8wosCnAaJ4G1fYLKdLrb7SGEopG6v-hmSH5YlMoNmEVBPQTLA6D8ECb9Jd16wlM22SucPaTlYbXAcjUgudrT2w2epdB8HXtblodxWby4bN1nxbgxvK7gEchrRrw5aiDFgi3lALvr4WkrYqDQhF2Zntkd9FNVtrrGsclokOP2m39MbY0WRLnHNdSCly3ZOJoK5Om96S3WXAZdtSABIB2jsjMyJTgRkL4M6NNW061jtUNGQRXCWlbIjy5YawCmcq3uJrjMyn6max1ofhSFeRJRErPN-Hk3rYJiVT1_1ZRIzINiI49bjRXKoIW_fmFLobGlZaX7DXhdf_Pfl2u60ElmUbZsUIvGoKvi4UjcDzAv9RgQpC07fnF2EUWLZrXvynUxX_Xq3AMyus6z45zL84vHV8XLr9Wu4i9_aryPHNYf6To_PTEvr46dk3HxU6D73L97-lg9yjoyrHYslQ9FZx6tmiYRmkMorMgAYEZV_uO9VFm4ANOeVWNXF7l7pC7xfz94vFR8UTgdMgL9Ea8lsxf--l3Hcn_7PbZ7deOT3d2JobGLprxuf_9Pv9y7mb248__-GXD__49NfWizvvVvlLZmb255KXVKt-6q6pZWLwMegLKwoIHBUak57fzkI94e9-Wco9L-Wen-Vuzkr3znN_Ag2\u0026mkt=en-US","fFixUrlResetPassword":true,"urlSignUp":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=iItAnmkDf1B9xWEXKc3vS3O8RvoHZMeqYCqAivP4lPeSsy9-pkAb1CIYf9f3XRgPaWc2NUx_O8WzBf4YsurpY8vDD8ZyTPDtRNRGNo7xXmsGp6mN3apqloPSrtskgdl9DKGcmT0Qk5QiUOr8HeABD99ZspZgQVtO-6He9Gv2KlQ6OnXeIT_NTjyj1MukE2kT3EpIr2aXEFFI_7w83PwgLnrciOnE3ZKDM5cron820XmulIuhZh_Cj_97X-cjPu6AR-VW51zV6Yt2Gt3CEN2g4G8LleBtb_VzlRBxWYFDK35vf1bqm2uwaLk04qBdOiLXiDzRGHdwBNu7iM24Np8liNHXXQA5su7gECqItJYTQ5XXxeJSnL1_i_FqBD3zOkEVJHaFUk_WfOdDLN7XWCmW5oCYZGmhAxz2lAJTo2tINixczcreXNzA2Nxls__ZUaK7rRA04Y6TzR1E-FIjpbY4HEB9WEvYugqaRpSaY0h5sXEEPNVCpJ6Teaanbr5S6J0IkCsFGhY0ACmd71xRcfvCgA\u0026response_mode=form_post\u0026nonce=639119555781015053.MzI3MWUyNTItNWI0NC00N2JmLThkY2ItNmQwNDViZDA0ODkwNzMyZDYwMGMtOTAyYy00Y2JlLTllOWYtZGU5N2U0ODNkZjQ0\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=b15f1b3984d4464aa8d3659f38aecf34\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026signup=1\u0026lw=1\u0026fl=easi2\u0026epctrc=DA3tROmjsvmiOcfc6XSreo8257i%2byK%2fgJ5NFWvDjBOw%3d7%3a1%3aCANARY%3a%2fE%2b9bePdTmt%2f%2fnvlq7htcEs2PIj72ID7pcVMnJzpatE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAs6Kyvw9s6YMejb0D2sgVCEvdxJ-55PDmg9wuYWsnG9Y4OuZPuZXIbud0BmwtiJ3xe61b22vts6SO_LkEsulihkDzFXBCZAcfjqqwUvJ5uMEGahy8Q5kFJyKwiKycS-K6ooyB4tmB_BpFRa3byosKMa_a1WXfkxO_-FfF7U6ofPOlehyE5A1NVe9rY4b_hX7vstezKTrCVYryPd-jc7B3oyAA\u0026jshs=0","urlGetCredentialType":"https://login.microsoftonline.com/common/GetCredentialType?mkt=en-US","urlGetRecoveryCredentialType":"https://login.microsoftonline.com/common/getrecoverycredentialtype?mkt=en-US","urlGetOneTimeCode":"https://login.microsoftonline.com/common/GetOneTimeCode","urlLogout":"https://login.microsoftonline.com/common/uxlogout","urlForget":"https://login.microsoftonline.com/forgetuser","urlDisambigRename":"https://go.microsoft.com/fwlink/p/?LinkID=733247","urlGoToAADError":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=iItAnmkDf1B9xWEXKc3vS3O8RvoHZMeqYCqAivP4lPeSsy9-pkAb1CIYf9f3XRgPaWc2NUx_O8WzBf4YsurpY8vDD8ZyTPDtRNRGNo7xXmsGp6mN3apqloPSrtskgdl9DKGcmT0Qk5QiUOr8HeABD99ZspZgQVtO-6He9Gv2KlQ6OnXeIT_NTjyj1MukE2kT3EpIr2aXEFFI_7w83PwgLnrciOnE3ZKDM5cron820XmulIuhZh_Cj_97X-cjPu6AR-VW51zV6Yt2Gt3CEN2g4G8LleBtb_VzlRBxWYFDK35vf1bqm2uwaLk04qBdOiLXiDzRGHdwBNu7iM24Np8liNHXXQA5su7gECqItJYTQ5XXxeJSnL1_i_FqBD3zOkEVJHaFUk_WfOdDLN7XWCmW5oCYZGmhAxz2lAJTo2tINixczcreXNzA2Nxls__ZUaK7rRA04Y6TzR1E-FIjpbY4HEB9WEvYugqaRpSaY0h5sXEEPNVCpJ6Teaanbr5S6J0IkCsFGhY0ACmd71xRcfvCgA\u0026response_mode=form_post\u0026nonce=639119555781015053.MzI3MWUyNTItNWI0NC00N2JmLThkY2ItNmQwNDViZDA0ODkwNzMyZDYwMGMtOTAyYy00Y2JlLTllOWYtZGU5N2U0ODNkZjQ0\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=b15f1b3984d4464aa8d3659f38aecf34\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=DA3tROmjsvmiOcfc6XSreo8257i%2byK%2fgJ5NFWvDjBOw%3d7%3a1%3aCANARY%3a%2fE%2b9bePdTmt%2f%2fnvlq7htcEs2PIj72ID7pcVMnJzpatE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAn3EeO-17z1bVJIFG356yyQBT9ssuc7ngwTfzVdvsLXl2R5Gs2O7wkPROcNWdkjUwHshA9hQKXLF6prOPy9ZP8qWhPGu_Lf2s8n_YaB5exno_KnYSJWphKGQppJn2pifHsvzPdObLnJSEA9I3yS3-9yBoHMoFH87t54-q9g1UzkZBqXeLVxyKDKYgRENI30-CfvEGQMBmczESQYbqK9lQ9iAA\u0026jshs=0","urlDeviceFingerprinting":"","urlPIAEndAuth":"https://login.microsoftonline.com/common/PIA/EndAuth","urlStartTlr":"https://login.microsoftonline.com/common/tlr/start","fCBShowSignUp":true,"fKMSIEnabled":false,"iLoginMode":121,"fAllowPhoneSignIn":true,"fAllowPhoneInput":true,"fAllowSkypeNameLogin":true,"iMaxPollErrors":5,"iPollingTimeout":300,"srsSuccess":true,"fShowSwitchUser":true,"arrValErrs":["50058"],"sErrorCode":"50058","sWAMExtension":"ppnbnpeolgkicgegkbkbjmhlideopiji","sWAMChannel":"53ee284d-920a-4b59-9d30-a60315b26836","sErrTxt":"","sResetPasswordPrefillParam":"username","onPremPasswordValidationConfig":{"isUserRealmPrecheckEnabled":true},"fSwitchDisambig":true,"oCancelPostParams":{"error":"access_denied","error_subcode":"cancel","state":"iItAnmkDf1B9xWEXKc3vS3O8RvoHZMeqYCqAivP4lPeSsy9-pkAb1CIYf9f3XRgPaWc2NUx_O8WzBf4YsurpY8vDD8ZyTPDtRNRGNo7xXmsGp6mN3apqloPSrtskgdl9DKGcmT0Qk5QiUOr8HeABD99ZspZgQVtO-6He9Gv2KlQ6OnXeIT_NTjyj1MukE2kT3EpIr2aXEFFI_7w83PwgLnrciOnE3ZKDM5cron820XmulIuhZh_Cj_97X-cjPu6AR-VW51zV6Yt2Gt3CEN2g4G8LleBtb_VzlRBxWYFDK35vf1bqm2uwaLk04qBdOiLXiDzRGHdwBNu7iM24Np8liNHXXQA5su7gECqItJYTQ5XXxeJSnL1_i_FqBD3zOkEVJHaFUk_WfOdDLN7XWCmW5oCYZGmhAxz2lAJTo2tINixczcreXNzA2Nxls__ZUaK7rRA04Y6TzR1E-FIjpbY4HEB9WEvYugqaRpSaY0h5sXEEPNVCpJ6Teaanbr5S6J0IkCsFGhY0ACmd71xRcfvCgA","canary":"DA3tROmjsvmiOcfc6XSreo8257i+yK/gJ5NFWvDjBOw=7:1:CANARY:/E+9bePdTmt//nvlq7htcEs2PIj72ID7pcVMnJzpatE="},"iRemoteNgcPollingType":2,"fUseNewNoPasswordTypes":true,"urlAadSignup":"https://signup.microsoft.com/signup?sku=teams_commercial_trial\u0026origin=ests\u0026culture=en-US","urlOidcDiscoveryEndpointFormat":"https://login.microsoftonline.com/{0}/.well-known/openid-configuration","urlTenantedEndpointFormat":"https://login.microsoftonline.com/{0}/oauth2/v2.0/authorize?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026response_mode=form_post\u0026nonce=639119555781015053.MzI3MWUyNTItNWI0NC00N2JmLThkY2ItNmQwNDViZDA0ODkwNzMyZDYwMGMtOTAyYy00Y2JlLTllOWYtZGU5N2U0ODNkZjQ0\u0026ui_locales=en-US\u0026mkt=en-US\u0026client-request-id=b15f1b39-84d4-464a-a8d3-659f38aecf34\u0026state=iItAnmkDf1B9xWEXKc3vS3O8RvoHZMeqYCqAivP4lPeSsy9-pkAb1CIYf9f3XRgPaWc2NUx_O8WzBf4YsurpY8vDD8ZyTPDtRNRGNo7xXmsGp6mN3apqloPSrtskgdl9DKGcmT0Qk5QiUOr8HeABD99ZspZgQVtO-6He9Gv2KlQ6OnXeIT_NTjyj1MukE2kT3EpIr2aXEFFI_7w83PwgLnrciOnE3ZKDM5cron820XmulIuhZh_Cj_97X-cjPu6AR-VW51zV6Yt2Gt3CEN2g4G8LleBtb_VzlRBxWYFDK35vf1bqm2uwaLk04qBdOiLXiDzRGHdwBNu7iM24Np8liNHXXQA5su7gECqItJYTQ5XXxeJSnL1_i_FqBD3zOkEVJHaFUk_WfOdDLN7XWCmW5oCYZGmhAxz2lAJTo2tINixczcreXNzA2Nxls__ZUaK7rRA04Y6TzR1E-FIjpbY4HEB9WEvYugqaRpSaY0h5sXEEPNVCpJ6Teaanbr5S6J0IkCsFGhY0ACmd71xRcfvCgA\u0026x-client-SKU=ID_NET8_0\u0026x-client-ver=8.14.0.0\u0026allowbacktocommon=True","sCloudInstanceName":"microsoftonline.com","fShowSignInOptionsAsButton":true,"fUseNewPhoneSignInError":true,"fIsUpdatedAutocompleteEnabled":true,"fActivateFocusOnApprovalNumberRemoteNGC":true,"fIsPasskey":true,"fEnableDFPIntegration":true,"fEnableCenterFocusedApprovalNumber":true,"fShowPassKeyErrorUCP":true,"fFixPhoneDisambigSignupRedirect":true,"fEnableQrCodeA11YFixes":true,"fEnablePasskeyAwpError":true,"fEnableAuthenticatorTimeoutFix":true,"fEnablePasskeyAutofillUI":true,"sCrossDomainCanary":"PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA8IUgMLKBts6QFcr0_T0Xmvn3OejUW7AS0B-fencLyz5fZlj2x4hFxUO3C7R4JUBGxJ13qp5v1ITmZTAdiPcH9TGkPd1DEkY5NcNAcG4esdAVoLktiheJCLXXgiN-md_jEZ_SgNvmxDFWCSyKsXY4h93Z4gSNEbX1VfUnUagz-hFnvsFGU1Wezy-bLj4UvJvui72O8nkCiFuJdLS23F4z9SAA","arrExcludedDisplayNames":["unknown"],"fFixShowRevealPassword":true,"fRemoveTLRFragment":true,"fEnableCredentialPickerBranding":true,"iMaxStackForKnockoutAsyncComponents":10000,"fShowButtons":true,"urlCdn":"https://aadcdn.msftauth.net/shared/1.0/","urlDefaultFavicon":"https://aadcdn.msftauth.net/shared/1.0/content/images/favicon_a_eupayfgghqiai7k9sol6lg2.ico","urlFooterTOU":"https://www.microsoft.com/en-US/servicesagreement/","urlFooterPrivacy":"https://privacy.microsoft.com/en-US/privacystatement","urlPost":"https://login.microsoftonline.com/common/login","urlPostAad":"https://login.microsoftonline.com/common/login","urlPostMsa":"https://login.live.com/ppsecure/partnerpost.srf?flow=fido\u0026client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fm365.cloud.microsoft%2flandingv2\u0026response_type=code+id_token\u0026state=iItAnmkDf1B9xWEXKc3vS3O8RvoHZMeqYCqAivP4lPeSsy9-pkAb1CIYf9f3XRgPaWc2NUx_O8WzBf4YsurpY8vDD8ZyTPDtRNRGNo7xXmsGp6mN3apqloPSrtskgdl9DKGcmT0Qk5QiUOr8HeABD99ZspZgQVtO-6He9Gv2KlQ6OnXeIT_NTjyj1MukE2kT3EpIr2aXEFFI_7w83PwgLnrciOnE3ZKDM5cron820XmulIuhZh_Cj_97X-cjPu6AR-VW51zV6Yt2Gt3CEN2g4G8LleBtb_VzlRBxWYFDK35vf1bqm2uwaLk04qBdOiLXiDzRGHdwBNu7iM24Np8liNHXXQA5su7gECqItJYTQ5XXxeJSnL1_i_FqBD3zOkEVJHaFUk_WfOdDLN7XWCmW5oCYZGmhAxz2lAJTo2tINixczcreXNzA2Nxls__ZUaK7rRA04Y6TzR1E-FIjpbY4HEB9WEvYugqaRpSaY0h5sXEEPNVCpJ6Teaanbr5S6J0IkCsFGhY0ACmd71xRcfvCgA\u0026response_mode=form_post\u0026nonce=639119555781015053.MzI3MWUyNTItNWI0NC00N2JmLThkY2ItNmQwNDViZDA0ODkwNzMyZDYwMGMtOTAyYy00Y2JlLTllOWYtZGU5N2U0ODNkZjQ0\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=b15f1b3984d4464aa8d3659f38aecf34\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=DA3tROmjsvmiOcfc6XSreo8257i%2byK%2fgJ5NFWvDjBOw%3d7%3a1%3aCANARY%3a%2fE%2b9bePdTmt%2f%2fnvlq7htcEs2PIj72ID7pcVMnJzpatE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA06P3H8hNXZ_u0fHevua1VtCni9AIW11lFzujZUfqpu2pNo6KfJNDTCuSonmDb5_dK-5cmmI-YWV8wFxlYcr2A2s6I31PM3qD67NqPpjxQubI2VuFTHVTfr2k_mWeoxu2ePEF-O1sb0IDd-ZeofpE_nEpVoV05NZUKfnv9geCsra7re560-dp-CGb4LHASQ7lOCY-MpYKq3DfWEnWxIBDKCAA\u0026jshs=0","urlRefresh":"https://login.microsoftonline.com/common/reprocess?ctx=rQQIARAAjZNLiON0AIfb6UydGdbdzuhB8TIHEXFsm_zzHthD2qRt-vinj7RJeglpmrRpnk3StM3Zwx73osgiCB5EBhEfIIsnTx4WFheUPayXPe9F8TTgRVQ8Cl4--B2-2-87PaYrKF5BKsg7BVBBrt7EKZLAcWJWxoBBlnFmhpRpzCTL6JzBKJIAFGno0flpiXlD--rn99qNz34yP6a_-BG_zr-1TJIwvqpWPYwkKoYbbOYVzzaiIA6spOrq_tz2Fyl4mM8_yecfHByZfnk8uj6ISYxBUYYgCIpGEZRACKzSywSsJ4_3UBISKAsIrCMIBG2vKy0dFQgJ9AZbyE3sKcciIudsYdbbTzl122v2ElFi9-oeQVTQdruS64qymkybYwKCMSJy0JmuBsizgzsiu0mW4C8EkZ2Zvx-cWEHkaWEQJw8KHxzaQsL6nsNZaI3ZybzSMbB0hIn0MA1a0565Vutr1k77uNs3R_GeKYcOO0PrgmoxFqYMF31dNgAc7zSRlrOahavxJgpVOuU4erqX-lwyhMMmDKid4sXNkPQgpodrN-iPoiR2FnOX4TpNw5OQgUMM7LEY0S2TrXEMM43D6WIwScQy2TKZZgo67oAUfcUUJA1Kq_0K7W0cHjgSxodCBHSFbzQEjdrSWH-76PqRYYs-j007XI8wosCnAaJ4G1fYLKdLrb7SGEopG6v-hmSH5YlMoNmEVBPQTLA6D8ECb9Jd16wlM22SucPaTlYbXAcjUgudrT2w2epdB8HXtblodxWby4bN1nxbgxvK7gEchrRrw5aiDFgi3lALvr4WkrYqDQhF2Zntkd9FNVtrrGsclokOP2m39MbY0WRLnHNdSCly3ZOJoK5Om96S3WXAZdtSABIB2jsjMyJTgRkL4M6NNW061jtUNGQRXCWlbIjy5YawCmcq3uJrjMyn6max1ofhSFeRJRErPN-Hk3rYJiVT1_1ZRIzINiI49bjRXKoIW_fmFLobGlZaX7DXhdf_Pfl2u60ElmUbZsUIvGoKvi4UjcDzAv9RgQpC07fnF2EUWLZrXvynUxX_Xq3AMyus6z45zL84vHV8XLr9Wu4i9_aryPHNYf6To_PTEvr46dk3HxU6D73L97-lg9yjoyrHYslQ9FZx6tmiYRmkMorMgAYEZV_uO9VFm4ANOeVWNXF7l7pC7xfz94vFR8UTgdMgL9Ea8lsxf--l3Hcn_7PbZ7deOT3d2JobGLprxuf_9Pv9y7mb248__-GXD__49NfWizvvVvlLZmb255KXVKt-6q6pZWLwMegLKwoIHBUak57fzkI94e9-Wco9L-Wen-Vuzkr3znN_Ag2","urlCancel":"https://m365.cloud.microsoft/landingv2","urlResume":"https://login.microsoftonline.com/common/resume?ctx=rQQIARAAjZNLiON0AIfb6UydGdbdzuhB8TIHEXFsm_zzHthD2qRt-vinj7RJeglpmrRpnk3StM3Zwx73osgiCB5EBhEfIIsnTx4WFheUPayXPe9F8TTgRVQ8Cl4--B2-2-87PaYrKF5BKsg7BVBBrt7EKZLAcWJWxoBBlnFmhpRpzCTL6JzBKJIAFGno0flpiXlD--rn99qNz34yP6a_-BG_zr-1TJIwvqpWPYwkKoYbbOYVzzaiIA6spOrq_tz2Fyl4mM8_yecfHByZfnk8uj6ISYxBUYYgCIpGEZRACKzSywSsJ4_3UBISKAsIrCMIBG2vKy0dFQgJ9AZbyE3sKcciIudsYdbbTzl122v2ElFi9-oeQVTQdruS64qymkybYwKCMSJy0JmuBsizgzsiu0mW4C8EkZ2Zvx-cWEHkaWEQJw8KHxzaQsL6nsNZaI3ZybzSMbB0hIn0MA1a0565Vutr1k77uNs3R_GeKYcOO0PrgmoxFqYMF31dNgAc7zSRlrOahavxJgpVOuU4erqX-lwyhMMmDKid4sXNkPQgpodrN-iPoiR2FnOX4TpNw5OQgUMM7LEY0S2TrXEMM43D6WIwScQy2TKZZgo67oAUfcUUJA1Kq_0K7W0cHjgSxodCBHSFbzQEjdrSWH-76PqRYYs-j007XI8wosCnAaJ4G1fYLKdLrb7SGEopG6v-hmSH5YlMoNmEVBPQTLA6D8ECb9Jd16wlM22SucPaTlYbXAcjUgudrT2w2epdB8HXtblodxWby4bN1nxbgxvK7gEchrRrw5aiDFgi3lALvr4WkrYqDQhF2Zntkd9FNVtrrGsclokOP2m39MbY0WRLnHNdSCly3ZOJoK5Om96S3WXAZdtSABIB2jsjMyJTgRkL4M6NNW061jtUNGQRXCWlbIjy5YawCmcq3uJrjMyn6max1ofhSFeRJRErPN-Hk3rYJiVT1_1ZRIzINiI49bjRXKoIW_fmFLobGlZaX7DXhdf_Pfl2u60ElmUbZsUIvGoKvi4UjcDzAv9RgQpC07fnF2EUWLZrXvynUxX_Xq3AMyus6z45zL84vHV8XLr9Wu4i9_aryPHNYf6To_PTEvr46dk3HxU6D73L97-lg9yjoyrHYslQ9FZx6tmiYRmkMorMgAYEZV_uO9VFm4ANOeVWNXF7l7pC7xfz94vFR8UTgdMgL9Ea8lsxf--l3Hcn_7PbZ7deOT3d2JobGLprxuf_9Pv9y7mb248__-GXD__49NfWizvvVvlLZmb255KXVKt-6q6pZWLwMegLKwoIHBUak57fzkI94e9-Wco9L-Wen-Vuzkr3znN_Ag2","iPawnIcon":0,"iPollingInterval":1,"sPOST_Username":"","fEnableNumberMatching":true,"sFT":"BgABIQEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzAQAAAAAAuhaPkHEPwaxtQrtV5L4QYyLKsCRArx8ktsQRnNoXuLYF4HqhXVFdF18XyorG2G8p5D_7tb7z8iPkFN0i83OuzS5vF3IK5F6-6hz--yDcvBGRRmABCZhdlMdrU3tbHdmPFt57ZTIH9MNCcGmEE1NkBMWotWe7aF7eW8ii7X1AAFZ_WzT8SScrv_5sWQ1ccRFBD8rBTrPt1sWc6JL_je8SloQctnU8UoXUO-Yw-x5tfXn6mIrYLa8rmYXhlgATnpSOiBCdiXo9jmUkxAe5YZngLKbXzasd0Xw9QQsGdPUtuLPEnU1XvWB_xSsv88yZq2Fg_fjGFVd-OOBuJuAgxiM4QltvcjP9g_g4hk3bBLScxLZzNAS0QI-FAvkMe-S-NVRAK_16d4CDSfzxdEehCS782zSAQEgokx9DvGFunDPMnwNyisasDTDDHURUgP1GeBw5E7uCBM3I83BfWkIbnf43wDe2d-U7a72ZG0j2wxfQa17qPpCMnpYIQTm7rHQNfatccQKaZGniW3CeYrSAHErKloYlxLPPt8Uzww9IChOjuGvJHzBMgINxsZ7e9N1BYC9oz6ausGgRzjuL63cgc9uZ1L0yz_6uFjjdd2malXcGlxIF6sL8q8gl2-oj8eo4rp-sPArvJsdR36qZqbq6IgMFt_aRLw6Ppm_7b95GaIhbFO4uMOLHO2ZSu-CONTl565vuJ2NR-ZPfmce951cMuUKBMGBSCB2PzrCGFlPQ3DqCXIVZ8WWnkTURkkCuo9xX7pwb3jNZyabb7n3k_5STQlREKpAuQLSqleTgJUGtLhZSSxobvKA5qt6C8RTUkh4AQoPHBZycu6lrCshHrp3dZsHvo8x2cgUES9xNkESiahKWCRR6dcFMREj4sofEQudRU2G-Au3F6iPPMCV5ZbdDfBAR_yyhIC_7cj7NAb6R-5Bz-LUB8RxZMKsKSNZdZ7GD1k1XMNTMon22_3z6VoKRcxOW-bkMWKLYieXtdnhrRO83vMiyRPX9CvD_-9PAy5UGc-uHKdrs_nKbWwwH0im6rc8T4CutZFsa-6UwUlXnF_5wXPZGX8rFrNVWtFB46K3lf3oiGPprcdLkkDuxjAR_09QhHSAA","sFTName":"flowToken","sSessionIdentifierName":"code","sCtx":"rQQIARAAjZNLiON0AIfb6UydGdbdzuhB8TIHEXFsm_zzHthD2qRt-vinj7RJeglpmrRpnk3StM3Zwx73osgiCB5EBhEfIIsnTx4WFheUPayXPe9F8TTgRVQ8Cl4--B2-2-87PaYrKF5BKsg7BVBBrt7EKZLAcWJWxoBBlnFmhpRpzCTL6JzBKJIAFGno0flpiXlD--rn99qNz34yP6a_-BG_zr-1TJIwvqpWPYwkKoYbbOYVzzaiIA6spOrq_tz2Fyl4mM8_yecfHByZfnk8uj6ISYxBUYYgCIpGEZRACKzSywSsJ4_3UBISKAsIrCMIBG2vKy0dFQgJ9AZbyE3sKcciIudsYdbbTzl122v2ElFi9-oeQVTQdruS64qymkybYwKCMSJy0JmuBsizgzsiu0mW4C8EkZ2Zvx-cWEHkaWEQJw8KHxzaQsL6nsNZaI3ZybzSMbB0hIn0MA1a0565Vutr1k77uNs3R_GeKYcOO0PrgmoxFqYMF31dNgAc7zSRlrOahavxJgpVOuU4erqX-lwyhMMmDKid4sXNkPQgpodrN-iPoiR2FnOX4TpNw5OQgUMM7LEY0S2TrXEMM43D6WIwScQy2TKZZgo67oAUfcUUJA1Kq_0K7W0cHjgSxodCBHSFbzQEjdrSWH-76PqRYYs-j007XI8wosCnAaJ4G1fYLKdLrb7SGEopG6v-hmSH5YlMoNmEVBPQTLA6D8ECb9Jd16wlM22SucPaTlYbXAcjUgudrT2w2epdB8HXtblodxWby4bN1nxbgxvK7gEchrRrw5aiDFgi3lALvr4WkrYqDQhF2Zntkd9FNVtrrGsclokOP2m39MbY0WRLnHNdSCly3ZOJoK5Om96S3WXAZdtSABIB2jsjMyJTgRkL4M6NNW061jtUNGQRXCWlbIjy5YawCmcq3uJrjMyn6max1ofhSFeRJRErPN-Hk3rYJiVT1_1ZRIzINiI49bjRXKoIW_fmFLobGlZaX7DXhdf_Pfl2u60ElmUbZsUIvGoKvi4UjcDzAv9RgQpC07fnF2EUWLZrXvynUxX_Xq3AMyus6z45zL84vHV8XLr9Wu4i9_aryPHNYf6To_PTEvr46dk3HxU6D73L97-lg9yjoyrHYslQ9FZx6tmiYRmkMorMgAYEZV_uO9VFm4ANOeVWNXF7l7pC7xfz94vFR8UTgdMgL9Ea8lsxf--l3Hcn_7PbZ7deOT3d2JobGLprxuf_9Pv9y7mb248__-GXD__49NfWizvvVvlLZmb255KXVKt-6q6pZWLwMegLKwoIHBUak57fzkI94e9-Wco9L-Wen-Vuzkr3znN_Ag2","iProductIcon":-1,"fEnableOneDSClientTelemetry":true,"staticTenantBranding":null,"oAppCobranding":{},"iBackgroundImage":4,"arrSessions":[],"urlMsaMeControl":"https://login.live.com/Me.srf?wa=wsignin1.0\u0026idpflag=direct\u0026wreply=https%3a%2f%2flogin.microsoftonline.com","urlMsaStaticMeControl":"https://login.live.com/Me.htm?v=3","fApplicationInsightsEnabled":false,"iApplicationInsightsEnabledPercentage":0,"urlSetDebugMode":"https://login.microsoftonline.com/common/debugmode","fEnableCssAnimation":true,"fDisableAnimationIfAnimationEndUnsupported":true,"fSsoFeasible":true,"fAllowGrayOutLightBox":true,"fProvideV2SsoImprovements":true,"fUseMsaSessionState":true,"fIsRemoteNGCSupported":true,"desktopSsoConfig":{"isEdgeAnaheimAllowed":true,"iwaEndpointUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/sso?client-request-id=b15f1b39-84d4-464a-a8d3-659f38aecf34","iwaSsoProbeUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/ssoprobe?client-request-id=b15f1b39-84d4-464a-a8d3-659f38aecf34","iwaIFrameUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/iframe?client-request-id=b15f1b39-84d4-464a-a8d3-659f38aecf34\u0026isAdalRequest=False","iwaRequestTimeoutInMs":10000,"startDesktopSsoOnPageLoad":false,"progressAnimationTimeout":10000,"isEdgeAllowed":false,"minDssoEdgeVersion":"17","isSafariAllowed":true,"redirectUri":"https://m365.cloud.microsoft/landingv2","redirectDssoErrorPostParams":{"error":"interaction_required","error_description":"Session information is not sufficient for single-sign-on.","state":"iItAnmkDf1B9xWEXKc3vS3O8RvoHZMeqYCqAivP4lPeSsy9-pkAb1CIYf9f3XRgPaWc2NUx_O8WzBf4YsurpY8vDD8ZyTPDtRNRGNo7xXmsGp6mN3apqloPSrtskgdl9DKGcmT0Qk5QiUOr8HeABD99ZspZgQVtO-6He9Gv2KlQ6OnXeIT_NTjyj1MukE2kT3EpIr2aXEFFI_7w83PwgLnrciOnE3ZKDM5cron820XmulIuhZh_Cj_97X-cjPu6AR-VW51zV6Yt2Gt3CEN2g4G8LleBtb_VzlRBxWYFDK35vf1bqm2uwaLk04qBdOiLXiDzRGHdwBNu7iM24Np8liNHXXQA5su7gECqItJYTQ5XXxeJSnL1_i_FqBD3zOkEVJHaFUk_WfOdDLN7XWCmW5oCYZGmhAxz2lAJTo2tINixczcreXNzA2Nxls__ZUaK7rRA04Y6TzR1E-FIjpbY4HEB9WEvYugqaRpSaY0h5sXEEPNVCpJ6Teaanbr5S6J0IkCsFGhY0ACmd71xRcfvCgA","canary":"DA3tROmjsvmiOcfc6XSreo8257i+yK/gJ5NFWvDjBOw=7:1:CANARY:/E+9bePdTmt//nvlq7htcEs2PIj72ID7pcVMnJzpatE="},"isIEAllowedForSsoProbe":true,"edgeRedirectUri":"https://autologon.microsoftazuread-sso.com/common/winauth/sso/edgeredirect?client-request-id=b15f1b39-84d4-464a-a8d3-659f38aecf34\u0026origin=login.microsoftonline.com\u0026is_redirected=1","isFlowTokenPassedInEdge":true},"urlLogin":"https://login.microsoftonline.com/common/reprocess?ctx=rQQIARAAjZNLiON0AIfb6UydGdbdzuhB8TIHEXFsm_zzHthD2qRt-vinj7RJeglpmrRpnk3StM3Zwx73osgiCB5EBhEfIIsnTx4WFheUPayXPe9F8TTgRVQ8Cl4--B2-2-87PaYrKF5BKsg7BVBBrt7EKZLAcWJWxoBBlnFmhpRpzCTL6JzBKJIAFGno0flpiXlD--rn99qNz34yP6a_-BG_zr-1TJIwvqpWPYwkKoYbbOYVzzaiIA6spOrq_tz2Fyl4mM8_yecfHByZfnk8uj6ISYxBUYYgCIpGEZRACKzSywSsJ4_3UBISKAsIrCMIBG2vKy0dFQgJ9AZbyE3sKcciIudsYdbbTzl122v2ElFi9-oeQVTQdruS64qymkybYwKCMSJy0JmuBsizgzsiu0mW4C8EkZ2Zvx-cWEHkaWEQJw8KHxzaQsL6nsNZaI3ZybzSMbB0hIn0MA1a0565Vutr1k77uNs3R_GeKYcOO0PrgmoxFqYMF31dNgAc7zSRlrOahavxJgpVOuU4erqX-lwyhMMmDKid4sXNkPQgpodrN-iPoiR2FnOX4TpNw5OQgUMM7LEY0S2TrXEMM43D6WIwScQy2TKZZgo67oAUfcUUJA1Kq_0K7W0cHjgSxodCBHSFbzQEjdrSWH-76PqRYYs-j007XI8wosCnAaJ4G1fYLKdLrb7SGEopG6v-hmSH5YlMoNmEVBPQTLA6D8ECb9Jd16wlM22SucPaTlYbXAcjUgudrT2w2epdB8HXtblodxWby4bN1nxbgxvK7gEchrRrw5aiDFgi3lALvr4WkrYqDQhF2Zntkd9FNVtrrGsclokOP2m39MbY0WRLnHNdSCly3ZOJoK5Om96S3WXAZdtSABIB2jsjMyJTgRkL4M6NNW061jtUNGQRXCWlbIjy5YawCmcq3uJrjMyn6max1ofhSFeRJRErPN-Hk3rYJiVT1_1ZRIzINiI49bjRXKoIW_fmFLobGlZaX7DXhdf_Pfl2u60ElmUbZsUIvGoKvi4UjcDzAv9RgQpC07fnF2EUWLZrXvynUxX_Xq3AMyus6z45zL84vHV8XLr9Wu4i9_aryPHNYf6To_PTEvr46dk3HxU6D73L97-lg9yjoyrHYslQ9FZx6tmiYRmkMorMgAYEZV_uO9VFm4ANOeVWNXF7l7pC7xfz94vFR8UTgdMgL9Ea8lsxf--l3Hcn_7PbZ7deOT3d2JobGLprxuf_9Pv9y7mb248__-GXD__49NfWizvvVvlLZmb255KXVKt-6q6pZWLwMegLKwoIHBUak57fzkI94e9-Wco9L-Wen-Vuzkr3znN_Ag2","urlDssoStatus":"https://login.microsoftonline.com/common/instrumentation/dssostatus","iSessionPullType":3,"fUseSameSite":true,"iAllowedIdentities":2,"isGlobalTenant":true,"uiflavor":1001,"urlFidoHelp":"https://go.microsoft.com/fwlink/?linkid=2013738","urlFidoLogin":"https://login.microsoft.com/common/fido/get?uiflavor=Web","fIsFidoSupported":true,"fLoadStringCustomizationPromises":true,"fUseAlternateTextForSwitchToCredPickerLink":true,"fOfflineAccountVisible":false,"fEnableUserStateFix":true,"fAccessPassSupported":true,"fShowAccessPassPeek":true,"fUpdateSessionPollingLogic":true,"fEnableShowPickerCredObservable":true,"fFetchSessionsSkipDsso":true,"fIsCiamUserFlowUxNewLogicEnabled":true,"fUseNonMicrosoftDefaultBrandingForCiam":true,"sCompanyDisplayName":"Microsoft Services","fRemoveCustomCss":true,"fFixUICrashForApiRequestHandler":true,"fShowUpdatedKoreanPrivacyFooter":true,"fUsePostCssHotfix":true,"fFixUserFlowBranding":true,"fIsQrCodePinSupported":true,"fEnablePasskeyNullFix":true,"fEnableRefreshCookiesFix":true,"fEnableWebNativeBridgeInterstitialUx":true,"fEnableThisAppOnlyUxSupport":true,"fEnableWindowParentingFix":true,"fEnableNativeBridgeErrors":true,"urlAcmaServerPath":"https://login.microsoftonline.com","sTenantId":"common","sMkt":"en-US","fIsDesktop":true,"fUpdateConfigInit":true,"fLogDisallowedCssProperties":true,"fDisallowExternalFonts":true,"sFidoChallenge":"O.eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IlUxc1g4WUZIUzdaNlZsN1ZITEl6VGVqYnZqMCJ9.eyJhdWQiOiJ1cm46bWljcm9zb2Z0OmZpZG86Y2hhbGxlbmdlIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnQuY29tIiwiaWF0IjoxNzc2MzU4Nzc4LCJuYmYiOjE3NzYzNTg3NzgsImV4cCI6MTc3NjM1OTA3OH0.BKp7pS9SUrjNbE6bs8RBjjM3CwYX8YgxBhiTQZTB2ZC5DBSn5EsFwWGH30UxRXCMM5x98JMYPetVEw1QxdxXiia6cE8skspL8_bAIAdnMNbB0DSYp4_EhXs0Eq1GSgwJ7wA6n4wem9o-y55x2i9uJGaJT6FsgkgVPiyKu6Gn4WPLrmKFclQ3OL7F_htEbPJ6I-44BThfTSh5d7vzWI68oea3xMlqSRp4FEnqiQ7e0Jmaw7yR7aluwAJ_E3y0xNbufUNT9H2pzjMRMnmkZJ0zxO_DNfkFHGc93UW5Uf2fbMppveO0UmIz-8lyahIi6fr0fkVfGVUNCRHYhkg-kkLBTw","fShowDebugDetailsAriaExpanded":true,"fPreventOtcFormDoubleSubmit":true,"fEnableWebNativeBridgeLoadFix":true,"fEnableWebNativeBridgeClientTelemetry":true,"scid":1013,"hpgact":1800,"hpgid":1104,"pgid":"ConvergedSignIn","apiCanary":"PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAiUNNwYkFg9LL9H0msJ4vyFwCBFcRynTTbCZTK-fOZ8FZRDSp9Od6bOE9so1CSu0ZsL7NTxZR8tMaSMoBG6pmmxprJ1L9mM8NPb-4q389FF2yKAQogoI3fqHW8XE_mYdQDupygLhoXaAKIwHlts72W9D20bedwXSoLj45rV7fIIlNA-mfMtXdfEK1WZKTMMbfpILNw9xQe0wRuzgbxJrs-iAA","canary":"DA3tROmjsvmiOcfc6XSreo8257i+yK/gJ5NFWvDjBOw=7:1:CANARY:/E+9bePdTmt//nvlq7htcEs2PIj72ID7pcVMnJzpatE=","sCanaryTokenName":"canary","fSkipRenderingNewCanaryToken":false,"fEnableNewCsrfProtection":true,"correlationId":"b15f1b39-84d4-464a-a8d3-659f38aecf34","sessionId":"11d6cd31-9cb3-4b03-b86d-2b95b6386f00","sRingId":"R5","locale":{"mkt":"en-US","lcid":1033},"slMaxRetry":2,"slReportFailure":true,"strings":{"desktopsso":{"authenticatingmessage":"Trying to sign you in"}},"enums":{"ClientMetricsModes":{"None":0,"SubmitOnPost":1,"SubmitOnRedirect":2,"InstrumentPlt":4}},"urls":{"instr":{"pageload":"https://login.microsoftonline.com/common/instrumentation/reportpageload","dssostatus":"https://login.microsoftonline.com/common/instrumentation/dssostatus"}},"browser":{"ltr":1,"Chrome":1,"_Linux":1,"_M147":1,"_D0":1,"Full":1,"RE_WebKit":1,"b":{"name":"Chrome","major":147,"minor":0},"os":{"name":"Linux","version":""},"V":"147.0"},"watson":{"url":"/common/handlers/watson","bundle":"https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/watson.min_82o5oyf7tvyeotpacdeksw2.js","sbundle":"https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/watsonsupportwithjquery.3.5.min_dc940oomzau4rsu8qesnvg2.js","fbundle":"https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/frameworksupport.min_oadrnc13magb009k4d20lg2.js","resetErrorPeriod":5,"maxCorsErrors":-1,"maxInjectErrors":5,"maxErrors":10,"maxTotalErrors":3,"expSrcs":["https://login.microsoftonline.com","https://aadcdn.msauth.net/","https://aadcdn.msftauth.net/",".login.microsoftonline.com"],"envErrorRedirect":true,"envErrorUrl":"/common/handlers/enverror"},"loader":{"cdnRoots":["https://aadcdn.msauth.net/","https://aadcdn.msftauth.net/"],"logByThrowing":true},"serverDetails":{"slc":"ProdSlices","dc":"WEULR1","ri":"AM1XXXX","ver":{"v":[2,1,23906,2]},"rt":"2026-04-16T16:59:38","et":12},"clientEvents":{"enabled":true,"telemetryEnabled":true,"useOneDSEventApi":true,"flush":60000,"autoPost":true,"autoPostDelay":1000,"minEvents":1,"maxEvents":1,"pltDelay":500,"appInsightsConfig":{"instrumentationKey":"b0c252808e614e949086e019ae1cb300-e0c02060-e3b3-4965-bd7c-415e1a7a9fde-6951","webAnalyticsConfiguration":{"autoCapture":{"jsError":true}}},"defaultEventName":"IDUX_ESTSClientTelemetryEvent_WebWatson","serviceID":3,"endpointUrl":"https://eu-mobile.events.data.microsoft.com/OneCollector/1.0/"},"fApplyAsciiRegexOnInput":true,"country":"ES","fBreakBrandingSigninString":true,"bsso":{"type":"none","reason":"Chrome: Pull suppressed as UserAgent did not meet required criteria, Other: Pull suppressed as UserAgent did not meet required criteria"},"urlNoCookies":"https://login.microsoftonline.com/cookiesdisabled","fTrimChromeBssoUrl":true,"inlineMode":5,"fShowCopyDebugDetailsLink":true,"fTenantBrandingCdnAddEventHandlers":true,"fAddTryCatchForIFrameRedirects":true}; | Unknown directive |
| 36 | //]]></script> | Syntax not understood |
| 37 | <script type="text/javascript" nonce='aRNFCAobdnttH1MI5PAG2A'>//<![CDATA[ | Syntax not understood |
| 38 | !function(){var e=window,r=e.$Debug=e.$Debug||{},t=e.$Config||{};if(!r.appendLog){var n=[],o=0;r.appendLog=function(e){var r=t.maxDebugLog||25,i=(new Date).toUTCString()+":"+e;n.push(o+":"+i),n.length>r&&n.shift(),o++},r.getLogs=function(){return n}}}(),function(){function e(e,r){function t(i){var a=e[i];if(i<n-1){return void(o.r[a]?t(i+1):o.when(a,function(){t(i+1)}))}r(a)}var n=e.length;t(0)}function r(e,r,i){function a(){var e=!!u.method,o=e?u.method:i[0],a=u.extraArgs||[],s=n.$WebWatson;try{ | Unknown directive |
| 39 | var d=t(i,!e);if(a&&a.length>0){for(var c=a.length,l=0;l<c;l++){d.push(a[l])}}o.apply(r,d)}catch(e){return void(s&&s.submitFromException&&s.submitFromException(e))}}var u=o.r&&o.r[e];return r=r||this,u&&(u.skipTimeout?a():n.setTimeout(a,0)),u}function t(e,r){return Array.prototype.slice.call(e,r?1:0)}var n=window;n.$Do||(n.$Do={"q":[],"r":[],"removeItems":[],"lock":0,"o":[]});var o=n.$Do;o.when=function(t,n){function i(e){r(e,a,u)||o.q.push({"id":e,"c":a,"a":u})}var a=0,u=[],s=1;"function"==typeof n||(a=n, | Unknown directive |
| 40 | s=2);for(var d=s;d<arguments.length;d++){u.push(arguments[d])}t instanceof Array?e(t,i):i(t)},o.register=function(e,t,n){if(!o.r[e]){o.o.push(e);var i={};if(t&&(i.method=t),n&&(i.skipTimeout=n),arguments&&arguments.length>3){i.extraArgs=[];for(var a=3;a<arguments.length;a++){i.extraArgs.push(arguments[a])}}o.r[e]=i,o.lock++;try{for(var u=0;u<o.q.length;u++){var s=o.q[u];s.id==e&&r(e,s.c,s.a)&&o.removeItems.push(s)}}catch(e){throw e}finally{if(0===--o.lock){for(var d=0;d<o.removeItems.length;d++){ | Unknown directive |
| 41 | for(var c=o.removeItems[d],l=0;l<o.q.length;l++){if(o.q[l]===c){o.q.splice(l,1);break}}}o.removeItems=[]}}}},o.unregister=function(e){o.r[e]&&delete o.r[e]}}(),function(e,r){function t(){if(!a){if(!r.body){return void setTimeout(t)}a=!0,e.$Do.register("doc.ready",0,!0)}}function n(){if(!u){if(!r.body){return void setTimeout(n)}t(),u=!0,e.$Do.register("doc.load",0,!0),i()}}function o(e){(r.addEventListener||"load"===e.type||"complete"===r.readyState)&&t()}function i(){ | Syntax not understood |
| 42 | r.addEventListener?(r.removeEventListener("DOMContentLoaded",o,!1),e.removeEventListener("load",n,!1)):r.attachEvent&&(r.detachEvent("onreadystatechange",o),e.detachEvent("onload",n))}var a=!1,u=!1;if("complete"===r.readyState){return void setTimeout(n)}!function(){r.addEventListener?(r.addEventListener("DOMContentLoaded",o,!1),e.addEventListener("load",n,!1)):r.attachEvent&&(r.attachEvent("onreadystatechange",o),e.attachEvent("onload",n))}()}(window,document),function(){function e(){ | Unknown directive |
| 43 | return g.$Config||g.ServerData||{}}function r(e,r,t){var n=g.$Debug;n&&n.appendLog&&(r&&(e+=" '"+(r.src||r.href||"")+"'",e+=", id:"+(r.id||""),e+=", async:"+(r.async||""),e+=", defer:"+(r.defer||"")),t&&(e+=", loadDuration:"+t+"ms"),n.appendLog(e))}function t(){var e=g.$B;if(void 0===l){if(e){l=e.IE}else{var r=g.navigator.userAgent;l=-1!==r.indexOf("MSIE ")||-1!==r.indexOf("Trident/")}}return l}function n(){var e=g.$B;if(void 0===f){if(e){f=e.RE_Edge}else{var r=g.navigator.userAgent;f=-1!==r.indexOf("Edge") | Unknown directive |
| 44 | }}return f}function o(e){var r=e.indexOf("?"),t=r>-1?r:e.length,n=e.lastIndexOf(".",t);return e.substring(n,n+h.length).toLowerCase()===h}function i(){var r=e();return(r.loader||{}).slReportFailure||r.slReportFailure||!1}function a(){return(e().loader||{}).redirectToErrorPageOnLoadFailure||!1}function u(){return(e().loader||{}).logByThrowing||!1}function s(e){if(!t()&&!n()){return!1}var r=e.src||e.href||"";if(!r){return!0}if(o(r)){var i,a,u;try{i=e.sheet,a=i&&i.cssRules,u=!1}catch(e){u=!0}if(i&&!a&&u){ | Unknown directive |
| 45 | return!0}if(i&&a&&0===a.length){return!0}}return!1}function d(r,t,n){var o=e(),i=o.loader||{},a=i.resourceLoadTimeout;return a>0?setTimeout(function(){t.isCircuitBreakerTriggered=!0,r&&r.parentElement&&r.parentElement.removeChild(r),n()},a):null}function c(){function t(e){v.getElementsByTagName("head")[0].appendChild(e)}function n(e,r,t,n){var s=null;return s=o(e)?i(e):"script"===n.toLowerCase()?a(e):u(e,n),r&&(s.id=r),"function"==typeof s.setAttribute&&(s.setAttribute("crossorigin","anonymous"), | Unknown directive |
| 46 | t&&"string"==typeof t&&s.setAttribute("integrity",t)),s}function i(e){var r=v.createElement("link");return r.rel="stylesheet",r.type="text/css",r.href=e,r}function a(e){var r=v.createElement("script"),t=v.querySelector("script[nonce]");if(r.type="text/javascript",r.src=e,r.defer=!1,r.async=!1,t){var n=t.nonce||t.getAttribute("nonce");r.setAttribute("nonce",n)}return r}function u(e,r){var t=v.createElement(r);return t.src=e,t}function l(e,r){if(e&&e.length>0&&r){for(var t=0;t<e.length;t++){ | Syntax not understood |
| 47 | if(-1!==r.indexOf(e[t])){return!0}}}return!1}function f(r){if(e().fTenantBrandingCdnAddEventHandlers){var t=l(L,r)?L:E;if(!(t&&t.length>1)){return r}for(var n=0;n<t.length;n++){if(-1!==r.indexOf(t[n])){var o=t[n+1<t.length?n+1:0],i=r.substring(t[n].length);return"https://"!==t[n].substring(0,"https://".length)&&(o="https://"+o,i=i.substring("https://".length)),o+i}}return r}if(!(E&&E.length>1)){return r}for(var a=0;a<E.length;a++){if(0===r.indexOf(E[a])){return E[a+1<E.length?a+1:0]+r.substring(E[a].length) | Unknown directive |
| 48 | }}return r}function g(e,t,n,o,i){var a=0,u=$.failMessage||"Failed";if(i&&(a=Date.now()-i.startTime,i.id&&!i.isCircuitBreakerTriggered&&clearTimeout(i.id),i.isCircuitBreakerTriggered&&(u=$.timeoutMessage||"TimedOut")),r("[$Loader]: "+u,o,a),S[e].retry<y){return S[e].retry++,p(e,t,n),void c._ReportFailure(S[e].retry,S[e].srcPath,i)}n&&n()}function h(e,t,n,o,i){var a=0;if(s(o)){return g(e,t,n,o,i)}i&&i.id&&(clearTimeout(i.id),a=Date.now()-i.startTime),r("[$Loader]: "+($.successMessage||"Loaded"),o,a), | Unknown directive |
| 49 | p(e+1,t,n);var u=S[e].onSuccess;"function"==typeof u&&u(S[e].srcPath)}function p(e,o,i){if(e<S.length){var a=S[e];if(!a||!a.srcPath){return void p(e+1,o,i)}a.retry>0&&(a.srcPath=f(a.srcPath),a.origId||(a.origId=a.id),a.id=a.origId+"_Retry_"+a.retry);var u=n(a.srcPath,a.id,a.integrity,a.tagName),s={"id":null,"isCircuitBreakerTriggered":!1},c=function(){g(e,o,i,u,s)};u.onload=function(){h(e,o,i,u,s)},u.onerror=c,u.onreadystatechange=function(){"loaded"===u.readyState?setTimeout(function(){h(e,o,i,u,s) | Unknown directive |
| 50 | },500):"complete"===u.readyState&&h(e,o,i,u,s)},w&&a.retry<y&&(s.id=d(u,s,c),s.startTime=Date.now()),t(u),r("[$Loader]: Loading '"+(a.srcPath||"")+"', id:"+(a.id||""))}else{o&&o()}}var m=e(),y=m.slMaxRetry||2,b=m.loader||{},E=b.cdnRoots||[],w=b.enableCircuitBreaking||!1,L=b.tenantBrandingCdnRoots||[],$=this,S=[];$.retryOnError=!0,$.successMessage="Loaded",$.failMessage="Error",$.Add=function(e,r,t,n,o,i){e&&S.push({"srcPath":e,"id":r,"retry":n||0,"integrity":t,"tagName":o||"script","onSuccess":i})}, | Unknown directive |
| 51 | $.AddForReload=function(e,r){var t=e.src||e.href||"";$.Add(t,"AddForReload",e.integrity,1,e.tagName,r)},$.AddIf=function(e,r,t){e&&$.Add(r,t)},$.Load=function(e,r){p(0,e,r)}}var l,f,g=window,v=g.document,h=".css";c.On=function(e,r,t){if(!e){throw"The target element must be provided and cannot be null."}r?c.OnError(e,t):c.OnSuccess(e,t)},c.OnSuccess=function(e,t){if(!e){throw"The target element must be provided and cannot be null."}if(s(e)){return c.OnError(e,t)}var n=e.src||e.href||"",o=i(),u=a() | Unknown directive |
| 52 | ;r("[$Loader]: Loaded",e);var d=new c;d.failMessage="Reload Failed",d.successMessage="Reload Success",d.Load(null,function(){if(o){throw"Unexpected state. ResourceLoader.Load() failed despite initial load success. ['"+n+"']"}u&&(document.location.href="/error.aspx?err=504")})},c.OnError=function(e,t,n){var o=e.src||e.href||"",u=i(),s=a();if(!e){throw"The target element must be provided and cannot be null."}r("[$Loader]: Failed",e);var d=new c;d.failMessage="Reload Failed",d.successMessage="Reload Success", | Unknown directive |
| 53 | d.AddForReload(e,t),d.Load(null,function(){if(u){throw"Failed to load external resource ['"+o+"']"}s&&(document.location.href="/error.aspx?err=504")}),c._ReportFailure(0,o,n)},c._ReportFailure=function(e,r,n){if(u()&&!t()){var o="Failed to load";throw n&&n.isCircuitBreakerTriggered&&(o="Timed out while loading"),"[Retry "+e+"] "+o+" external resource ['"+r+"'], reloading from fallback CDN endpoint"}},g.$Loader=c}(),function(){function e(){if(!E){var e=new h.$Loader | Syntax not understood |
| 54 | ;e.AddIf(!h.jQuery,m.sbundle,"WebWatson_DemandSupport"),m.sbundle=null,delete m.sbundle,e.AddIf(!h.$Api,m.fbundle,"WebWatson_DemandFramework"),m.fbundle=null,delete m.fbundle,e.Add(m.bundle,"WebWatson_DemandLoaded"),e.Load(r,t),E=!0}}function r(){if(h.$WebWatson){if(h.$WebWatson.isProxy){return void t()}y.when("$WebWatson.full",function(){for(;b.length>0;){var e=b.shift();e&&h.$WebWatson[e.cmdName].apply(h.$WebWatson,e.args)}})}}function t(){if(!h.$WebWatson||h.$WebWatson.isProxy){if(!w&&JSON){try{ | Syntax not understood |
| 55 | var e=new XMLHttpRequest;e.open("POST",m.url),e.setRequestHeader("Accept","application/json"),e.setRequestHeader("Content-Type","application/json; charset=UTF-8"),e.setRequestHeader("canary",p.apiCanary),e.setRequestHeader("client-request-id",p.correlationId),e.setRequestHeader("hpgid",p.hpgid||0),e.setRequestHeader("hpgact",p.hpgact||0);for(var r=-1,t=0;t<b.length;t++){if("submit"===b[t].cmdName){r=t;break}}var o=b[r]?b[r].args||[]:[],i={"sr":m.sr, | Unknown directive |
| 56 | "ec":"Failed to load external resource [Core Watson files]","wec":55,"idx":1,"pn":p.pgid||"","sc":p.scid||0,"hpg":p.hpgid||0,"msg":"Failed to load external resource [Core Watson files]","url":o[1]||"","ln":0,"ad":0,"an":!1,"cs":"","sd":p.serverDetails,"ls":null,"diag":v(m)};e.send(JSON.stringify(i))}catch(e){}w=!0}m.loadErrorUrl&&window.location.assign(m.loadErrorUrl)}n()}function n(){b=[],h.$WebWatson=null}function o(r){return function(){var t=arguments;b.push({"cmdName":r,"args":t}),e()}}function i(){ | Unknown directive |
| 57 | var e=["foundException","resetException","submit"],r=this;r.isProxy=!0;for(var t=e.length,n=0;n<t;n++){var i=e[n];i&&(r[i]=o(i))}}function a(e,r,t,n,o,i,a){var u=h.event;return i||(i=l(o||u,a?a+2:2)),h.$Debug&&h.$Debug.appendLog&&h.$Debug.appendLog("[WebWatson]:"+(e||"")+" in "+(r||"")+" @ "+(t||"??")),$.submit(e,r,t,n,o||u,i,a)}function u(e,r){return{"signature":e,"args":r,"toString":function(){return this.signature}}}function s(e){for(var r=[],t=e.split("\n"),n=0;n<t.length;n++){r.push(u(t[n],[]))} | Unknown directive |
| 58 | return r}function d(e){for(var r=[],t=e.split("\n"),n=0;n<t.length;n++){var o=u(t[n],[]);t[n+1]&&(o.signature+="@"+t[n+1],n++),r.push(o)}return r}function c(e){if(!e){return null}try{if(e.stack){return s(e.stack)}if(e.error){if(e.error.stack){return s(e.error.stack)}}else if(window.opera&&e.message){return d(e.message)}}catch(e){}return null}function l(e,r){var t=[];try{for(var n=arguments.callee;r>0;){n=n?n.caller:n,r--}for(var o=0;n&&o<L;){var i="InvalidMethod()";try{i=n.toString()}catch(e){} | Unknown directive |
| 59 | var a=[],s=n.args||n.arguments;if(s){for(var d=0;d<s.length;d++){a[d]=s[d]}}t.push(u(i,a)),n=n.caller,o++}}catch(e){t.push(u(e.toString(),[]))}var l=c(e);return l&&(t.push(u("--- Error Event Stack -----------------",[])),t=t.concat(l)),t}function f(e){if(e){try{var r=/function (.{1,})\(/,t=r.exec(e.constructor.toString());return t&&t.length>1?t[1]:""}catch(e){}}return""}function g(e){if(e){try{if("string"!=typeof e&&JSON&&JSON.stringify){var r=f(e),t=JSON.stringify(e) | Unknown directive |
| 60 | ;return t&&"{}"!==t||(e.error&&(e=e.error,r=f(e)),(t=JSON.stringify(e))&&"{}"!==t||(t=e.toString())),r+":"+t}}catch(e){}}return""+(e||"")}function v(e){var r=[];try{if(jQuery?(r.push("jQuery v:"+jQuery().jquery),jQuery.easing?r.push("jQuery.easing:"+JSON.stringify(jQuery.easing)):r.push("jQuery.easing is not defined")):r.push("jQuery is not defined"),e&&e.expectedVersion&&r.push("Expected jQuery v:"+e.expectedVersion),y){var t,n="";for(t=0;t<y.o.length;t++){n+=y.o[t]+";"}for(r.push("$Do.o["+n+"]"),n="", | Unknown directive |
| 61 | t=0;t<y.q.length;t++){n+=y.q[t].id+";"}r.push("$Do.q["+n+"]")}if(h.$Debug&&h.$Debug.getLogs){var o=h.$Debug.getLogs();o&&o.length>0&&(r=r.concat(o))}if(b){for(var i=0;i<b.length;i++){var a=b[i];if(a&&"submit"===a.cmdName){try{if(JSON&&JSON.stringify){var u=JSON.stringify(a);u&&r.push(u)}}catch(e){r.push(g(e))}}}}}catch(e){r.push(g(e))}return r}var h=window,p=h.$Config||{},m=p.watson,y=h.$Do;if(!h.$WebWatson&&m){var b=[],E=!1,w=!1,L=10,$=h.$WebWatson=new i;$.CB={},$._orgErrorHandler=h.onerror,h.onerror=a, | Syntax not understood |
| 62 | $.errorHooked=!0,y.when("jQuery.version",function(e){m.expectedVersion=e}),y.register("$WebWatson")}}(),function(){function e(e,r){for(var t=r.split("."),n=t.length,o=0;o<n&&null!==e&&void 0!==e;){e=e[t[o++]]}return e}function r(r){var t=null;return null===s&&(s=e(i,"Constants")),null!==s&&r&&(t=e(s,r)),null===t||void 0===t?"":t.toString()}function t(t){var n=null;return null===a&&(a=e(i,"$Config.strings")),null!==a&&t&&(n=e(a,t.toLowerCase())),null!==n&&void 0!==n||(n=r(t)), | Unknown directive |
| 63 | null===n||void 0===n?"":n.toString()}function n(e,r){var n=null;return e&&r&&r[e]&&(n=t("errors."+r[e])),n||(n=t("errors."+e)),n||(n=t("errors."+d)),n||(n=t(d)),n}function o(t){var n=null;return null===u&&(u=e(i,"$Config.urls")),null!==u&&t&&(n=e(u,t.toLowerCase())),null!==n&&void 0!==n||(n=r(t)),null===n||void 0===n?"":n.toString()}var i=window,a=null,u=null,s=null,d="GENERIC_ERROR";i.GetString=t,i.GetErrorString=n,i.GetUrl=o}(),function(){var e=window,r=e.$Config||{};e.$B=r.browser||{}}(),function(){ | Unknown directive |
| 64 | function e(e,r,t){e&&e.addEventListener?e.addEventListener(r,t):e&&e.attachEvent&&e.attachEvent("on"+r,t)}function r(r,t){e(document.getElementById(r),"click",t)}function t(r,t){var n=document.getElementsByName(r);n&&n.length>0&&e(n[0],"click",t)}var n=window;n.AddListener=e,n.ClickEventListenerById=r,n.ClickEventListenerByName=t}(); | Unknown directive |
| 65 | //]]></script> | Syntax not understood |
| 66 | <script type="text/javascript" nonce='aRNFCAobdnttH1MI5PAG2A'>//<![CDATA[ | Syntax not understood |
| 67 | !function(e,t){function r(t){return function(){t.parentNode&&t.parentNode.removeChild(t),e.$Loader.OnError(t,void 0,{"isCircuitBreakerTriggered":!0})}}function n(e,t){e.addEventListener("load",function(){clearTimeout(t)},{"once":!0}),e.addEventListener("error",function(){clearTimeout(t)},{"once":!0})}!function(){var a="function"==typeof e.MutationObserver,o=t.getElementsByTagName("head")[0];if(a&&o&&e.addEventListener){var d=e.ServerData||e.$Config||{},i=d.loader||{} | Unknown directive |
| 68 | ;if(i.enableCircuitBreaking&&i.resourceLoadTimeout>0&&d.slMaxRetry>0){var u=new MutationObserver(function(e){for(var t=0;t<e.length;t++){var a=e[t];if("childList"===a.type){for(var o=0;o<a.addedNodes.length;o++){var d=a.addedNodes[o];if(d instanceof Element){var u="cdn"===d.getAttribute("data-loader");if(u){var c=setTimeout(r(d),i.resourceLoadTimeout);n(d,c)}}}}}});e.addEventListener("load",function(){u.disconnect()}),u.observe(o,{"childList":!0,"subtree":!1})}}}(),function(){ | Unknown directive |
| 69 | var r=t.getElementsByTagName("head")[0];r&&r.addEventListener&&(r.addEventListener("error",function(t){null!==t.target&&"cdn"===t.target.getAttribute("data-loader")&&e.$Loader.OnError(t.target)},!0),r.addEventListener("load",function(t){null!==t.target&&"cdn"===t.target.getAttribute("data-loader")&&e.$Loader.OnSuccess(t.target)},!0))}()}(window,document); | Syntax not understood |
| 70 | //]]></script> | Syntax not understood |
| 73 | <link rel="prefetch" href="https://login.live.com/Me.htm?v=3" /> | Unknown directive |
| 74 | <link rel="shortcut icon" href="https://aadcdn.msftauth.net/shared/1.0/content/images/favicon_a_eupayfgghqiai7k9sol6lg2.ico" /> | Unknown directive |
| 76 | <script type="text/javascript" nonce='aRNFCAobdnttH1MI5PAG2A'> | Syntax not understood |
| 77 | ServerData = $Config; | Syntax not understood |
| 78 | </script> | Syntax not understood |
| 82 | <link data-loader="cdn" crossorigin="anonymous" href="https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/converged.v2.login.min_pzfy2abhlubh6bv_dyvwha2.css" rel="stylesheet" /> | Unknown directive |
| 85 | <script data-loader="cdn" crossorigin="anonymous" src="https://aadcdn.msftauth.net/shared/1.0/content/js/ConvergedLogin_PCore_iXvvVEAQxmEXtWhahp1L2Q2.js" integrity='sha384-tTsb3L/uYRoqZqxgtWq9LgmGEBIFQbuS73QiL7aRR3WEJbp/mr5CNXIYCCheaAqr' nonce='aRNFCAobdnttH1MI5PAG2A'></script> | Unknown directive |
| 87 | <script data-loader="cdn" crossorigin="anonymous" src="https://aadcdn.msftauth.net/ests/2.1/content/cdnbundles/ux.converged.login.strings-en.min_cbb9wf1-2b8knjgxpc5-rg2.js" nonce='aRNFCAobdnttH1MI5PAG2A'></script> | Unknown directive |
| 91 | </head> | Syntax not understood |
| 93 | <body data-bind="defineGlobals: ServerData, bodyCssClass" class="cb" style="display: none"> | Unknown directive |
| 94 | <script type="text/javascript" nonce='aRNFCAobdnttH1MI5PAG2A'>//<![CDATA[ | Syntax not understood |
| 95 | !function(){var e=window,s=e.document,i=e.$Config||{};if(e.self===e.top){s&&s.body&&(s.body.style.display="block")}else if(!i.allowFrame){var o,t,r,f,n,d;if(i.fAddTryCatchForIFrameRedirects){try{o=e.self.location.href,t=o.indexOf("#"),r=-1!==t,f=o.indexOf("?"),n=r?t:o.length,d=-1===f||r&&f>t?"?":"&",o=o.substr(0,n)+d+"iframe-request-id="+i.sessionId+o.substr(n),e.top.location=o}catch(e){}}else{o=e.self.location.href,t=o.indexOf("#"),r=-1!==t,f=o.indexOf("?"),n=r?t:o.length,d=-1===f||r&&f>t?"?":"&", | Syntax not understood |
| 96 | o=o.substr(0,n)+d+"iframe-request-id="+i.sessionId+o.substr(n),e.top.location=o}}}(); | Syntax not understood |
| 97 | //]]></script> | Syntax not understood |
| 99 | </body> | Syntax not understood |
| 100 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback