Actions
Bug #3968
closedcallback url missing from social auth
Start date:
02.06.2016
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
Original impl of social auth had a special callback_url as a readonly fields. Those are now missing, and it's hard to configure the plugins without knowing what is the callback url.
{
"name": "callback_url",
"validator": None,
"type": "readonly",
"description": "Callback URL for the provider",
"default": self.callback_url(),
"formname": "Callback URL"
}
That was the option used. I think there's could be some problems with the callback_url
Updated by Johannes Bornhold over 8 years ago
- Status changed from New to In Progress
Updated by Johannes Bornhold over 8 years ago
Preparation in CE done: https://internal-code.rhodecode.com/rhodecode-enterprise-ce/pull-request/2275
Updated by Johannes Bornhold over 8 years ago
- Status changed from In Progress to Resolved
Callback URL is now displayed under the settings fields.
https://internal-code.rhodecode.com/rhodecode-enterprise-ee/pull-request/2280
Updated by Johannes Bornhold over 8 years ago
- Status changed from Resolved to Closed
Actions