Is is possible to configure the hosted Auth0 login page to work without javascript?

In keeping with the principle of progressive enchancement our accessibility policy requires us to provide the core functionality of our web apps without running javascript in the browser.

We want to do OIDC compliant SSO, which requires us to redirect to the IdP for authentication.

Out of the box, the hosted Auth0 authentication page uses the lock javascript widget. Is it possible to configure the hosted Auth0 authentication page to permit users to authenticate without javascript?

Unfortunately this is not possible from the hosted page. You would need to create a custom login page in your web app and interact with Auth0 from there without the use of javascript.

Unfortunately this is not possible from the hosted page. You would need to create a custom login page in your web app and interact with Auth0 from there without the use of javascript.