Change client names in idp

This commit is contained in:
Alex Ackermann
2025-02-11 09:52:32 +01:00
parent ecff19cd1c
commit cf5b4f7dbf
2 changed files with 7 additions and 7 deletions

View File

@@ -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",

View File

@@ -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": "",