Google Sign In Redirects

I’m looking to enable Google sign in across all pages of an app but realised that google OAuth needs specific authorised redirects for every single page. Does anyone know if there’s a way around this?

Thanks

Pass a parameter in the auth URL, then bring it back to a page that loads, reads the parameter, and then works out what to do.

Thanks @NigelG but i’m not sure i understand how to pass a parameter from the sign up/login with google action. However, i realised there is an option in the google plugin settings ‘allow a generic redirect url’ which solves the problem.