shy-fish-88756
01/08/2024, 2:37 PMSELFSERVICE_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?