The reverse proxy with Google authentication works great and takes me to my private service, however there is a specific issue with how Google have implemented “test users” and unpublished apps.
In the Render Web Service settings that runs my oAuth reverse proxy, is there a way for me to replicate the solution as shown in the Supabase example below and pass a “prompt” and “scope” variable when interacting with the Google oAuth service?
Those wouldn’t be Render settings, but the configuration of the OAuth2-Proxy project the blog post utilizes.
The screenshot references queryParams. Maybe that is a similar feature that was added OAuth2-Proxy in version 7.3.0? Changelog (the forked blog post example repo uses 7.2.1)