Hi!
I’ve tried to show custom login page as the universal login page in my dev environment.
(The login page only use simple html, css and php)
auth0.js 9.14.0
I did following setting on the tenant.
- I updated the client using ManagementAPI.
{
“custom_login_page_on”: true,
“custom_login_page”: "<php? some php code ?> some login page "
} - I placed the button to call authorize Method with Auth0.js in my homepage.
- Auth0 did show custom_login_page as an universal login, but php code didn’t work.
Is there the space or setting to handle php for “custom_login_page” on Auth0 tenant?
Regards,
Toshi