Is it possible to have the same kratos instance r...
# talk-kratos
w
Is it possible to have the same kratos instance running oidc (google login) for localhost and a public domain? It seems its hardcoded
RedirectURL:  g.config.Redir(g.reg.Config(ctx).SelfPublicURL()),
so it doesnt listen to any queryparams 😕
h
unfortunately not right now 😞
w
ah, nice to know for sure 🙂 ty for answer