From 4b801eb7bc2b8a7c89a934b00c38ced491292f21 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Mon, 14 Nov 2022 19:54:50 +1100 Subject: [PATCH] maintain (admin): link to plugin doc --- client/pages/adminpage/backend.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client/pages/adminpage/backend.js b/client/pages/adminpage/backend.js index b99dd47f..3d1302d3 100644 --- a/client/pages/adminpage/backend.js +++ b/client/pages/adminpage/backend.js @@ -246,6 +246,17 @@ export class BackendPage extends React.Component { formChange={this.onUpdateStorageBackend.bind(this)} formRender={formRender} /> +
+ Once you have selected one or more storage backend, you can add some middleware to:
+   1. link the storage to an identity provider using an authentication middleware plugin
+   2. change who can do what and where using an authorisation middleware plugin
+
+ + ref: plugin documentation +