1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/oauthserver/controller
William Light ee834c5958 oauthserver: get client ID/secret from HTTP auth
Summary:
This adds the ability for Phabricator's OAuth server implementation to use HTTP basic auth for the client ID and secret and brings it in line with the OAuth 2.0 specification in this respect.

Fixes T11794

Test Plan: Fixes my use case. Shouldn't impact other use-cases.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: 0, Korvin

Maniphest Tasks: T11794

Differential Revision: https://secure.phabricator.com/D16763
2016-10-31 08:22:52 -07:00
..
client Allow OAuth applications to be disabled instead of destroyed 2016-04-05 13:22:05 -07:00
PhabricatorOAuthServerAuthController.php Make OAuth scope handling more flexible 2016-04-05 13:53:33 -07:00
PhabricatorOAuthServerController.php Modernize some OAuth Server code 2016-04-04 09:11:18 -07:00
PhabricatorOAuthServerTokenController.php oauthserver: get client ID/secret from HTTP auth 2016-10-31 08:22:52 -07:00