Closed namosdjoro7 closed 1 month ago
Full authentication is required to access this resource
No idea where this is coming from, it's not part of the bundle's implementation 🤷
If it works without Traefik as a proxy, your Traefik configuration is obviously the problem. You should check if the request, including all its HTTP headers, is forwarded properly to the Symfony application. There's likely some header being removed/modified.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
scheb/2fa-bundle: 7.5 Symfony version: 7.1 PHP version: 8.2
Description
I have an API symfony with a client angular, when I use the URL configured with traeffik https://api.test.local I have this error:
Full authentication is required to access this resource.
when I hit /api/login/2fa_check is not raising the authenticator in the profiler.
I can still make request to the api, I have just an issue with the authenticator at this endpoint
the 2fa was working when I was dealing with localhost
Additional Context