I am using Auth0 to authenticate with a 3rd party REST Api Hosting provider. I only have the ability to configure the lock ala Lock Configuration Options - Auth0 Docs.
When using the “IP Address Authentication” connection, is it possible to configure the lock to automatically try to login without requiring the user to click the button?
If I have a “IP Address Authentication” called “WhitelistTest” and configure a lock with
{
"allowedConnections": ["WhitelistTest"]
}
It will show the below screen when trying to login, clicking the button will pass straight through to the website.
Ideally I would like this to try go straight through to the website without the user having to click.