ASP.NET MVC (C#) passing options to Hosted Lock11

Hello. I am passing options as illustrated below. This does not seem to have any effect on the Hosted Lock UI. I have this same option in the Lock JavaScript thinking it is needed to accept the parameter but still no effect. I am doing something wrong? Thank you.

  HttpContext.GetOwinContext().Authentication.Challenge(new AuthenticationProperties
        {RedirectUri = returnUrl ?? Url.Action("Index", "Home")}, "Auth0", "allowLogin: false");         
        return new HttpUnauthorizedResult();
    }

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?