Adam Renaud
Explore posts from serversBABetter Auth
•Created by Adam Renaud on 3/14/2025 in #help
OAuthProxy with branched database
I have the following config:
I am using Microsoft Entra ID and am able to get the OAuthProxy working generally speaking.
The challenge is when I also create a branch on my postgres database. I guess the issue is that the proxy goes to the preview branch (which also has the preview database), but then gets redirected to the production server (from the redirect uri).
At which time the following error happens:
Is there any way to get around this?
3 replies