Skip to main content

Security and Authentication

You can make full use of the Symfony Security Component to handle complex authentication/authorization scenarios. Please be aware that also the OpenDXP admin UI uses the Security component, so be careful when changing/modifying the configuration.

Login example

A simplified guide to this setup is illustrated in Authenticate against OpenDXP Objects.

For more complex examples, custom user providers and a full configuration reference please read the Symfony Security Component documentation.