leo300

Results 1 comments of leo300

In SchemeAuthenticate.js use search param set ``` const idpLoginUrl = new URL(loginUrl); idpLoginUrl.searchParams.set('RelayState', request.path); return h.redirect(idpLoginUrl).takeover(); ```