Project

General

Profile

Actions

Bug #3968

closed

callback url missing from social auth

Added by Marcin Kuzminski [CTO] almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
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

Actions #1

Updated by Johannes Bornhold almost 8 years ago

  • Parent task set to #3907
Actions #2

Updated by Johannes Bornhold almost 8 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Johannes Bornhold almost 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

Actions #5

Updated by Johannes Bornhold almost 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF