-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
I'm working on a legacy project that uses WSSE. It has worked well for years but I now need to update it to assign different roles to different end points / requests. Is this possible with this bundle?
If I don't log in and try to access the API I'm automatically redirected to the log in page. Once logged in I can access all pages of the API but I'm always viewed as IS_AUTHENTICATED_ANONYMOUSLY, not IS_AUTHENTICATED_FULLY.
Is there a way to get the user that makes the request inside the controller, to enforce roles?
Metadata
Metadata
Assignees
Labels
No labels