Open
Bug 1320459
Opened 9 years ago
Updated 9 years ago
Doc 5.7.1. Authentication Flow not updated
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: alexandr, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2931.0 Safari/537.36
Steps to reproduce:
Opened http://bugzilla.readthedocs.io/en/latest/integrating/auth-delegation.html#authentication-flow
Documentation says it will be GET request, but it is POST request from the bugzilla instance.
Actual results:
Bugzilla makes POST request to the callback uri from itself.
In my case:
1. Callback uri is not accessible from the bugzilla instance (but accessible from client browser).
2. Callback uri endpoint not expecting POST request.
Expected results:
GET request with parameters.
https://bugzilla.mozilla.org/show_bug.cgi?id=1141992 - after resolving this bug documentation became outdated
You need to log in
before you can comment on or make changes to this bug.
Description
•