Security context not injected for extension controller

Hi everyone,
Ive created a Neos extension that renders a View using Fusion via a controller, the problem im having is that the Security Context is always null and hence the eel helper Security.hasAccess() always fails.
What could be the reason for this?

Thanks in advance

This issue has been solved.
The problem was that the Controller was not added to the requestPatterns for the Authentication Provider in the Settings.yaml.
Thanks to Christian Müller in the Slack channel.

1 Like