Here you do some string operation (with slice) on result of rootRelativePostLogoutRedirectUrl: https://github.com/keycloakify/oidc-spa/blob/main/src/core/createOidc.ts#L1554
So we lost the feature that enable to logout on other domain than the origin one with "specific url"
example:
The result of rootRelativePostLogoutRedirectUrl will be : 'st.fr/deconnexion' instead of "https://portail-questionnaire.test.fr/deconnexion" as expected
Here you do some string operation (with
slice) on result ofrootRelativePostLogoutRedirectUrl: https://github.com/keycloakify/oidc-spa/blob/main/src/core/createOidc.ts#L1554So we lost the feature that enable to logout on other domain than the origin one with
"specific url"example:
The result of rootRelativePostLogoutRedirectUrl will be :
'st.fr/deconnexion'instead of "https://portail-questionnaire.test.fr/deconnexion" as expected