mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-07 04:41:31 -05:00
Change client names in idp
This commit is contained in:
@@ -74,7 +74,7 @@ func DefaultConfig() *config.Config {
|
||||
Clients: []config.Client{
|
||||
{
|
||||
ID: "web",
|
||||
Name: "OpenCloud Web app",
|
||||
Name: "OpenCloud Web App",
|
||||
Trusted: true,
|
||||
RedirectURIs: []string{
|
||||
"{{OC_URL}}/",
|
||||
@@ -87,7 +87,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
{
|
||||
ID: "OpenCloudDesktop",
|
||||
Name: "OpenCloud Desktop client",
|
||||
Name: "OpenCloud Desktop Client",
|
||||
ApplicationType: "native",
|
||||
RedirectURIs: []string{
|
||||
"http://127.0.0.1",
|
||||
@@ -96,7 +96,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
{
|
||||
ID: "OpenCloudAndroid",
|
||||
Name: "OpenCloud Android app",
|
||||
Name: "OpenCloud Android App",
|
||||
ApplicationType: "native",
|
||||
RedirectURIs: []string{
|
||||
"oc://android.opencloud.eu",
|
||||
@@ -104,7 +104,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
{
|
||||
ID: "OpenCloudIOS",
|
||||
Name: "OpenCloud iOS app",
|
||||
Name: "OpenCloud iOS App",
|
||||
ApplicationType: "native",
|
||||
RedirectURIs: []string{
|
||||
"oc://ios.opencloud.eu",
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
{
|
||||
"id": "c3adac0c-94b5-46ee-a851-5274be719ab6",
|
||||
"clientId": "OpenCloudAndroid",
|
||||
"name": "OpenCloud Android app",
|
||||
"name": "OpenCloud Android App",
|
||||
"description": "",
|
||||
"rootUrl": "",
|
||||
"adminUrl": "",
|
||||
@@ -214,7 +214,7 @@
|
||||
{
|
||||
"id": "dba27084-63ad-4718-8195-a2abd9cebe2e",
|
||||
"clientId": "OpenCloudDesktop",
|
||||
"name": "OpenCloud desktop client",
|
||||
"name": "OpenCloud Desktop Client",
|
||||
"description": "",
|
||||
"rootUrl": "",
|
||||
"adminUrl": "",
|
||||
@@ -297,7 +297,7 @@
|
||||
{
|
||||
"id": "72b2cef0-6c24-424e-9204-03aef6e6f520",
|
||||
"clientId": "OpenCloudIOS",
|
||||
"name": "OpenCloud iOS app",
|
||||
"name": "OpenCloud iOS App",
|
||||
"description": "",
|
||||
"rootUrl": "",
|
||||
"adminUrl": "",
|
||||
|
||||
Reference in New Issue
Block a user