Page MenuHomePhabricator

Facerafter
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Tuesday

  • No visible events.

User Details

User Since
Aug 31 2016, 2:38 PM (493 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Facerafter [ Global Accounts ]

Recent Activity

Mar 27 2025

Facerafter closed T386721: OIDC with Entra ID results in failed auth loop till max login attempts reached as Resolved.

Issue was caused by $wgCookieSameSite= "Strict"

Mar 27 2025, 5:55 PM · MediaWiki-extensions-OpenID-Connect, MediaWiki-extensions-Pluggable-Auth

Feb 26 2025

Facerafter added a comment to T386721: OIDC with Entra ID results in failed auth loop till max login attempts reached.

I have tried but the issue remains.

Feb 26 2025, 12:45 PM · MediaWiki-extensions-OpenID-Connect, MediaWiki-extensions-Pluggable-Auth

Feb 18 2025

Facerafter updated the task description for T386721: OIDC with Entra ID results in failed auth loop till max login attempts reached.
Feb 18 2025, 2:54 PM · MediaWiki-extensions-OpenID-Connect, MediaWiki-extensions-Pluggable-Auth
Facerafter created T386721: OIDC with Entra ID results in failed auth loop till max login attempts reached.
Feb 18 2025, 2:54 PM · MediaWiki-extensions-OpenID-Connect, MediaWiki-extensions-Pluggable-Auth

Jan 3 2025

Facerafter updated the task description for T382955: WebInstaller uses insecure db connection.
Jan 3 2025, 3:58 PM · MW-1.39-notes, Patch-For-Review, MW-1.39-release, MediaWiki-Installer
Facerafter created T382955: WebInstaller uses insecure db connection.
Jan 3 2025, 3:56 PM · MW-1.39-notes, Patch-For-Review, MW-1.39-release, MediaWiki-Installer

Aug 26 2021

Facerafter added a comment to T289780: Popups triggers unneccesary cookie for anonymous users.

If Varnish is configured to cache-miss on mwuser-sessionId then it is incorrectly configured. This cookie is not in any way related to the server-side of MediaWiki or the concept of MediaWiki backend sessions.

See WMF's Varnish configuration as example:

		if (req.http.Cookie) {
			set req.http.X-Orig-Cookie = req.http.Cookie;
			if (req.http.Cookie ~ "([sS]ession|Token)=") {
				set req.http.Cookie = "Token=1";
			} else {
				unset req.http.Cookie;
			}
		}

The MediaWiki PHP session cookies are named as <dbname>Session with a capital S and ending in the word "Session". If the word "session" is matched more arbitrarily, then it would also match numerous unrelated JavaScript cookies relating to statistics and performance counters.

Aug 26 2021, 2:52 PM · MW-1.43-notes (1.43.0-wmf.15; 2024-07-23), Wikimedia-Performance-recommendation, Page-Previews, MediaWiki-User-Interface, MediaWiki-extensions-WikimediaEvents
Facerafter created T289780: Popups triggers unneccesary cookie for anonymous users.
Aug 26 2021, 2:33 PM · MW-1.43-notes (1.43.0-wmf.15; 2024-07-23), Wikimedia-Performance-recommendation, Page-Previews, MediaWiki-User-Interface, MediaWiki-extensions-WikimediaEvents