fix: remove base_url
use case not supported by requests, so not needed anymore
This commit is contained in:
parent
0d1a76ac4d
commit
d1341bc110
1 changed files with 1 additions and 7 deletions
|
|
@ -8,7 +8,6 @@
|
|||
"engine": "InnoDB",
|
||||
"field_order": [
|
||||
"provider_name",
|
||||
"base_url",
|
||||
"cb_00",
|
||||
"openid_configuration",
|
||||
"sb_client_credentials_section",
|
||||
|
|
@ -91,11 +90,6 @@
|
|||
"label": "Scopes",
|
||||
"options": "OAuth Scope"
|
||||
},
|
||||
{
|
||||
"fieldname": "base_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Base URL"
|
||||
},
|
||||
{
|
||||
"fieldname": "authorization_uri",
|
||||
"fieldtype": "Data",
|
||||
|
|
@ -128,7 +122,7 @@
|
|||
"link_fieldname": "connected_app"
|
||||
}
|
||||
],
|
||||
"modified": "2020-09-27 19:29:17.835067",
|
||||
"modified": "2020-09-27 20:04:02.303982",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Integrations",
|
||||
"name": "Connected App",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue