-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Describe the bug
Using FF with this plugin I cant successfully login to our company ticketsystem servicenow with automatic login via the Windows company user. If I open the same URL in the "No Container" Tab Group everything works just fine.
To Reproduce
Not reproducable for you because ServiceNow user website.
Expected behavior
The SSO login should get me directly to the ServiceNow website instead of the Microsoft Azure AD Login webpage.
Screenshots
sorry, cant make screenshots of internal company websites.
Console outputs
If applicable, open about:debugging > This Firefox and select Inspect for this extension. Then copy and paste what is in the console (you can hide your private information, if any).
If you cannot find any errors there, try opening the browser console (hamburger menu > more tools > browser console).
Console Output from about:debugging. not really anything, its just one line regarding an image in base64. Nothing else wether I open the site in the "No Container" Group or in another normal container.
{
"log": {
"version": "1.2",
"creator": {
"name": "Firefox",
"version": "139.0.1"
},
"browser": {
"name": "Firefox",
"version": "139.0.1"
},
"pages": [
{
"id": "page_1",
"pageTimings": {
"onContentLoad": -1,
"onLoad": -1
},
"startedDateTime": "2025-06-18T13:14:39.901+02:00",
"title": "chrome://devtools/content/shared/webextension-fallback.html#[email protected]"
}
],
"entries": [
{
"startedDateTime": "2025-06-18T13:14:39.901+02:00",
"request": {
"bodySize": 0,
"method": "GET",
"url": "https://downloads.menhera.org/ctg-metadata/11.11.0.200/e8986bead05e3a17e7ec640bb8067906814ecc8faef44e9ef47c9a758e1d0a1d.signed.json",
"httpVersion": "HTTP/2",
"headers": [
{
"name": "Host",
"value": "downloads.menhera.org"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:139.0) Gecko/20100101 Firefox/139.0"
},
{
"name": "Accept",
"value": "*/*"
},
{
"name": "Accept-Language",
"value": "en-US,en;q=0.5"
},
{
"name": "Accept-Encoding",
"value": "gzip, deflate, br, zstd"
},
{
"name": "DNT",
"value": "1"
},
{
"name": "Sec-GPC",
"value": "1"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Sec-Fetch-Dest",
"value": "empty"
},
{
"name": "Sec-Fetch-Mode",
"value": "cors"
},
{
"name": "Sec-Fetch-Site",
"value": "same-origin"
}
],
"cookies": [],
"queryString": [],
"headersSize": 0
},
"response": {
"status": 200,
"statusText": "",
"httpVersion": "HTTP/2",
"headers": [
{
"name": "content-type",
"value": "application/json"
},
{
"name": "content-length",
"value": "450"
},
{
"name": "last-modified",
"value": "Wed, 12 Feb 2025 15:44:30 GMT"
},
{
"name": "server",
"value": "AmazonS3"
},
{
"name": "date",
"value": "Mon, 12 May 2025 11:22:28 GMT"
},
{
"name": "etag",
"value": "\"88ee670f2556af8484b83a6860a4e1bb\""
},
{
"name": "vary",
"value": "Accept-Encoding"
},
{
"name": "x-cache",
"value": "Hit from cloudfront"
},
{
"name": "via",
"value": "1.1 284574e4f15389d93bfcb84d196a92f0.cloudfront.net (CloudFront)"
},
{
"name": "x-amz-cf-pop",
"value": "FRA60-P8"
},
{
"name": "alt-svc",
"value": "h3=\":443\"; ma=86400"
},
{
"name": "x-amz-cf-id",
"value": "79yVe0DsEMtjee2kDwGgCKDGd2bsu7zRjZjw5O1ZnRN1ODF4_r31dQ=="
},
{
"name": "age",
"value": "74427"
},
{
"name": "X-Firefox-Spdy",
"value": "h2"
}
],
"cookies": [],
"content": {
"mimeType": "application/json",
"size": 450,
"text": "{\n \"metadata\": \"eyJ2ZXJzaW9uIjoiMTEuMTEuMC4yMDAiLCJjb21taXQiOiI1NDBmNTY3ZTA3MTYwYmI1ZWI1ZjdmMjQ4NjZiMjI1NWQwZjczNjI0IiwidW50cmFja2VkIjpmYWxzZSwiYnVpbGREYXRlIjoxNzM5Mzc1MDI2MDAwLCJoYXNoIjoiZTg5ODZiZWFkMDVlM2ExN2U3ZWM2NDBiYjgwNjc5MDY4MTRlY2M4ZmFlZjQ0ZTllZjQ3YzlhNzU4ZTFkMGExZCJ9\",\n \"signature\": \"CSXO9a5WIMO74P5/NyrHLsjwC0iMeX91c7p6KKPxgXDzpvZ3b2rdGiNDT4lZp8ICzaJ5lU3pfuwXFcXtIo6CBw==\",\n \"publicKey\": \"KJYwbw2YX90v682TCwczx8hq/NcFZS9KSq3VEyNdeGc=\"\n}"
},
"redirectURL": "",
"headersSize": 0,
"bodySize": 450
},
"cache": {},
"timings": {
"blocked": 0,
"dns": 0,
"ssl": 0,
"connect": 0,
"send": 0,
"wait": 0,
"receive": 0
},
"time": 0,
"_securityState": "secure",
"pageref": "page_1"
}
]
}
}
Firefox (please complete the following information):
- OS: Windows 10 22H2
- Firefox Version: Firefox Windows 139.0.1 (32-bit), packaged and distributed by my company. The Setting "Enable Windows SSO" in Firefox is forcefully enabled.
- Extension version: 11.11.0.200
Additional context
It seems to me the extension breaks the normal Windows SSO process, but sadly I cant debug or point to any particuliar error in a log. It saldy just doesnt work.