-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-8290: Reworked REST authentication to comply with the new Symfony authenticator mechanism under separate firewall #121
Conversation
Thanks for contribution! 🎉 To test the changes please execute:
before executing the recipes. |
f8934f3
to
17b1e4d
Compare
492eb54
to
d2ea5fc
Compare
…or mechanism under separate firewall
d2ea5fc
to
29858ef
Compare
Quality Gate passedIssues Measures |
Added security context (ref: https://symfony.com/doc/5.x/reference/configuration/security.html#firewall-context) which allows to share session between firewalls. It resolves issue with access to some endpoints within BO as REST resides under separate firewall in the new configuration. |
Related PRs:
Description:
REST API authorization should be handled by its own security firewall. This PR aims to add it as the one prior to
ibexa_front
to be sure only REST requests are matched.For QA:
Documentation: