You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current realization the only symfony's system security.user_checker is provided to OS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider's container. It's rather trickiy to inject there the custom one for the certain firewall area.
The text was updated successfully, but these errors were encountered:
Is there any concern in making the fix public?
I had the same problem trying to use the user_checker as proposed in https://symfony.com/doc/current/security/user_checkers.html
The configured user_checker does not get injected. Instead the default user checker is used
in vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php
so checking for disabled users is not possible without the fix for non AdvancedUserInterfaces or more custom authorization checks
In current realization the only symfony's system
security.user_checker
is provided toOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider
's container. It's rather trickiy to inject there the custom one for the certain firewall area.The text was updated successfully, but these errors were encountered: