1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-27 23:47:26 +00:00

remove oidc, it is gone upstream

This commit is contained in:
Girish Ramakrishnan
2025-06-02 17:58:16 +02:00
parent 88340ce812
commit daad5e6942
3 changed files with 2 additions and 38 deletions

View File

@@ -19,15 +19,11 @@
}
},
"addons": {
"localstorage": {},
"oidc": {
"loginRedirectUri": "/oauth_callback"
}
"localstorage": {}
},
"optionalSso": true,
"checklist": {
"change-default-password": {
"sso": false,
"message": "Change the default admin credentials by following this [guide](https://cloudron.io/documentation/apps/minio/#admin-credentials)"
}
},