After upgrading @backstage/plugin-auth-node from version 0.6.6 to 0.6.7, the Google authentication flow started failing with the following error: { "error": { "name ...
I have oauth2 proxy doing a reverse proxy for multiple subdomains. app1.example.com, app2.example.com ... all redirect to auth.example.com for authentication. This is done to avoid having to add each ...