mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-3315] - add predefined extension guard (#1478)
* [ACA-3315] - add predefined extension guard * update extension loader * update doc * fix lint * PR changes * PR changes * remove unnecesary code Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
This commit is contained in:
@@ -74,6 +74,7 @@ Below is the list of the authentication guards main application registers on sta
|
||||
| Key | Type | Description |
|
||||
| -------- | ------------ | ------------------------------------------------------------------------- |
|
||||
| app.auth | AuthGuardEcm | ADF guard, validates ACS authentication and redirects to Login if needed. |
|
||||
| app.extensions.dataLoaderGuard | ExtensionsDataLoaderGuard | ACA guard, validates EXTENSION_DATA_LOADERS provider and redirects to Login if needed. |
|
||||
|
||||
You can refer those guards from within your custom extensions,
|
||||
or [register](/extending/registration) your custom implementations.
|
||||
|
Reference in New Issue
Block a user