1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-28 07:57:25 +00:00

OIDC auth implemented, tests updated

This commit is contained in:
Vladimir D
2024-02-19 17:13:57 +04:00
parent 88918c602a
commit 7417ce44e5
6 changed files with 113 additions and 16 deletions

View File

@@ -19,7 +19,8 @@
}
},
"addons": {
"localstorage": {}
"localstorage": {},
"oidc": { "loginRedirectUri": "/oauth_callback" }
},
"manifestVersion": 2,
"website": "http://www.minio.io",