On kratos, We have configured Google & Apple O...
# talk-kratos
s
On kratos, We have configured Google & Apple OIDC We set
SELFSERVICE_METHODS_OIDC_CONFIG_BASE_REDIRECT_URI
env var to modify the base URL for OAuth2 Redirect URLs Google follows this env var, and registration works as expected Apple seems to ignore this env var, and clients are redirected to public's
base_url
. If I set the
base_url
value manually, Apple registration works as expected. Does someone know why Apple doesn't follow the
SELFSERVICE_METHODS_OIDC_CONFIG_BASE_REDIRECT_URI
env var?