FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 450 forks source link

/oauth/v2/auth returns 404 #608

Closed raveesgohiel9 closed 5 years ago

raveesgohiel9 commented 5 years ago

Hello Guys, I am getting this error after I tried to force Symfony 4 to use HTTPS always. The error is not being logged in the Symfony 4 var/log/ All, I see in the console the error in the screenshot. Any help is appreciated guys. I am stuck.

image

raveesgohiel9 commented 5 years ago

I also get auth:1 Failed to set referrer policy: The value '' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', or 'unsafe-url'. The referrer policy has been left unchanged.

raveesgohiel9 commented 5 years ago

The problem is fixed. The problem was invalid client detail (ID was wrong). Shit, wasted a lot of time on it.