Security app module

Security and authentication Bundled: Community Edition

Edition CE

License

MLA, GPL

Issues

Maven site

Latest

6.2.21

Magnolia CMS 6.2.41 delivers a new Security app migrated to the 6 UI framework.

The new app (named security-app, as opposed to security) does not appear in AdminCentral by default.

The documentation currently applies to the preexisting, default Security app.

You can enable the new security-app by decoration. The example below shows the Security app config.yaml file edited to show the new app enabled everywhere, and the previous app hidden.

/security-app/decorations/admincentral/config.yaml
layout: (1)
  hiddenApps:
    security: security
  groups:
    - name: admin
      apps:
        security-app: security-app
appLauncherLayout: (2)
  groups:
    - name: manage
      apps:
        - name: security-app
  hiddenApps:
    security: security
1 Use layout if you are using the modern App Launcher layout (6 UI).
2 Use appLauncherLayout if you are using the older App Launcher layout (5 UI).

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 parent POM manages the version, add the following to your webapp’s <dependencies> section.

<dependency>
  <groupId>info.magnolia.security</groupId>
  <artifactId>magnolia-security-app</artifactId>
  <version>6.2.21</version> (1)
</dependency>
1 Should you need to specify the module version, do it using <version>.
Feedback

DX Core

×

Location

This widget lets you know where you are on the docs site.

You are currently perusing through the DX Core docs.

Main doc sections

DX Core Headless PaaS Legacy Cloud Incubator modules