Page MenuHomePhabricator

Remove "supportsStateParameter()" from generic OAuth2 code
ClosedPublic

Authored by epriestley on Feb 23 2014, 11:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 2:56 PM
Unknown Object (File)
Thu, Nov 14, 10:05 PM
Unknown Object (File)
Sun, Nov 10, 10:35 PM
Unknown Object (File)
Wed, Nov 6, 5:55 PM
Unknown Object (File)
Sun, Nov 3, 12:58 AM
Unknown Object (File)
Sat, Oct 26, 11:05 AM
Unknown Object (File)
Oct 19 2024, 8:48 AM
Unknown Object (File)
Oct 15 2024, 11:40 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