extraParams not getting passed through from queryString

I modified my hosted lock screen to simply print out the extra params I am trying to pass to it.

console.log('allow_login: ' + config.extraParams.allow_login);
console.log('allow_signup: ' + config.extraParams.allow_signup);
console.log('login_hint: ' + config.extraParams.login_hint);

I have appended &allow_login=true&allow_signup=true&login_hint=test to the end of the URL.

However they always print ‘undefined’, so somehow they are not getting through.

allow_login and allow_signup were recommended to me in a support ticket. login_hint is a OIDC accepted parameter so I would think atleast one of them would work.

Hey there!

Sorry for such delay in response! We’re doing our best in providing the best developer support experience out there, but sometimes the number of incoming questions is just too big for our bandwidth. Sorry for such inconvenience!

Do you still require further assistance from us?

1 Like