We successfully use Authentik as OIDC provider
Bootstrapper correctly reads and embeds config
But fails with: invalid_grant - does not match redirection URI or was issued to another client
Error occurs in oidcUtil.getAccessToken() during token exchange
The bootstrapper is trying to exchange the auth code server-side
Is BrowZer 0.90.0 designed to work with external OIDC providers?
Should the bootstrapper do server-side token exchange, or should that be browser-side?
What's the correct configuration for using an external provider like Authentik?