Open alahiff opened 5 years ago
Change OIDC_URL in config file to OIDC_URLS. Extract identity provider from access token and check this is in OIDC_URLS. This will enable us to migrate from one provider to another, with a period of overlap.
OIDC_URL
OIDC_URLS
Change
OIDC_URL
in config file toOIDC_URLS
. Extract identity provider from access token and check this is inOIDC_URLS
. This will enable us to migrate from one provider to another, with a period of overlap.