Page MenuHomePhabricator

Remove "supportsStateParameter()" from generic OAuth2 code
ClosedPublic

Authored by epriestley on Feb 23 2014, 11:23 PM.
Tags
None
Referenced Files
F18905173: D8319.id.diff
Sat, Nov 8, 1:10 PM
F18843511: D8319.id.diff
Tue, Oct 28, 10:48 PM
F18837066: D8319.diff
Mon, Oct 27, 4:15 AM
F18806098: D8319.diff
Oct 18 2025, 5:46 PM
F18617913: D8319.id.diff
Sep 14 2025, 10:33 PM
F18616326: D8319.diff
Sep 14 2025, 5:07 PM
F18598183: D8319.diff
Sep 13 2025, 4:30 AM
F18594444: D8319.id.diff
Sep 12 2025, 6:14 PM
Subscribers

Details

Summary

Depends on D8318. All providers must support this, or they can't be implemented securely. This is based on a very old reading of the GitHub instructions or something like that which didn't mention "state", but the provider supports it.

This has no impact at runtime because no provider has ever returned false from this method, nor would we ever implement a provider that did.

Test Plan

Grepped for callsites.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped