Hi all, I have a self-hosted Kratos in a K8S env. ...
# ory-selfhosting
a
Hi all, I have a self-hosted Kratos in a K8S env. I'm trying to add Github for social sign in. When I click on sign in button with Github from sel-service-ui, I can see in the browser that the redirect uri is incomplete (I have just /self-service/methods/oidc/callback/github and I expect to have https://<my-hosted-kratos>/self-service/methods/oidc/callback/github). redirect_uri=%2Fself-service%2Fmethods%2Foidc%2Fcallback%2Fgithub I miss a configuration that make my redirect uri with a relative path ? How to configure that with the full hostname and path ? Using Kratos : oryd/kratos:v0.11.1 and oryd/kratos-selfservice-ui-node:v0.11.1 in a K8S cluster.
2
Fixed after updating Kratos configuration public base url
🙏 1