Some may need it, many don't.
Code: Select all
Invalid OAuth2 redirect_uri
Code: Select all
ucp.php?mode=login_link&login_link_oauth_service=discord
Code: Select all
ucp.php?mode=login&login=external&oauth_service=discord
Code: Select all
We're unable to complete your request
invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application.
Code: Select all
https://www.example.com/ucp.php
https://example.com/ucp.php
Dead Man wrote: ↑Sun Jul 21, 2024 7:00 am Is this EXT ABANDON?
Keep having issues with PHPBB 3.3.12
So far Only one that has worked is GITHUB
Discord gives errorTrying to use this URI method since its the only one that works when Manually navigating to it.Code: Select all
Invalid OAuth2 redirect_uri
Else when you log into Discord it keeps trying to use this method that doesnt workCode: Select all
ucp.php?mode=login_link&login_link_oauth_service=discord
As for microsoft it gives this errorCode: Select all
ucp.php?mode=login&login=external&oauth_service=discord
Edit I added two Redirect URIs. One with WWW and one without it and it started working.Code: Select all
We're unable to complete your request invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application.
However after logging in and giving permissions to let access account it tries to redirect and get this errorCode: Select all
https://www.example.com/ucp.php https://example.com/ucp.php
Code: Select all
Hmmm… can't reach this page The connection was reset.
I added all 3 Redirects with and without he BOARD part however it wont work. keep getting that error Invalid.DSR! wrote: ↑Sun Jul 21, 2024 7:46 am I guess you understand the difference between an abandoned and buggy extension and having a configuration problem .....?
I made that documentation 1 year ago, it should still be those steps for those providers.
Unfortunately it is quite normal that these panels are not understood at all, as in the case of discord, which is not very clear.
Code: Select all
https://www.example.com/ucp.php?mode=login&login=external&oauth_service=discord
https://www.example.com/ucp.php?mode=login_link&login_link_oauth_service=discord
https://www.example.com/ucp.php?i=ucp_auth_link&mode=auth_link&link=1&oauth_service=discord
I removed the WWW from all of them but still get same Error.DSR! wrote: ↑Sun Jul 21, 2024 5:17 pm The redirect_uri are a whitelists of the uri that you are going to generate (in this case phpbb does it). I understand that it is not generating them this way because the domain you configured in phpbb does not have it.
So just delete the www. and I understand it should work.
Man I feel like a complete DUFUS. Been at it for hours stressing about it. I think my brain wasn't working due to lack of sleep and endless working hours from work.