phpBB Eve SSO Autentication

You’re right the Url is provided by phpbb. The problem is caused by query parameters in the callback being no longer allowed.
Should be fixed in v1.2.7 see here:

Unfortunately, right now you’ll always end up at the landing page. Will have to implement some other mechanism to memorize the exact page where you left off, probably using the auth state.