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
the problem has been solved, it came from the apache configuration. The apache pack was active on symfony. On the vhost side, it was configured with a fallcallback (not necessary with apache pack). The AllowOverride All mention necessary to take into account the htaccess of the public folder was missing. Have a good day.
Hello,
I just set up an oauth server and hwi client which works very well in localhost.
However, when I want my client to communicate locally to a remote oauth server, it cannot recover the resources (/api).
The access token seems invalid since it gives me a 401 error.
Have you ever encountered this problem and any solutions to offer me ?
Symfony : 5.4.*
Php : 8.0 on server en 7.4 on client.
Thank you in advance for your return.
The text was updated successfully, but these errors were encountered: