Security app module
Security and authentication Bundled: Community Edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
6.2.20 |
Magnolia CMS 6.2.41 delivers a new Security app migrated to the 6 UI framework. The new app (named The documentation currently applies to the preexisting, default Security app. You can enable the new /security-app/decorations/admincentral/config.yaml
|
The Security app module installs the Security app where you can manage access to Magnolia. See Security for more information.
Installing with Maven
Bundled modules are automatically installed for you.
If the module is unbundled, add the following to your bundle including your project’s <dependencyManagement>
section and your webapp’s <dependencies>
section.
If the module is unbundled but the version is managed by the parent POM, add the following to your webapp’s <dependencies>
section.
<dependency>
<groupId>info.magnolia.security</groupId>
<artifactId>magnolia-security-app</artifactId>
<version>6.2.20</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |