Not able to connect to custom sqlserver database

Not able to connect to custom sqlserver database . Getting attached screenshot error.

Even though i specified correct credentials. Some where on community i red that this feature is not available with free account. Is this true. Any one have any idea why this is happening.

Hi @deepakkumar.shinde,

Custom database connections are only available with an Enterprise account or within the trial period of a new account.

If you do have an appropriate account, you will need to configure in Auth0 a FQDN or public IP address for your database server rather than the localhost (127.0.0.1) address. This will also bring in a whole host of security issues you will need to look at and or mitigate (IP whitelisting, port 1433 open to public, etc), so I would suggest you speak with your DevOps and/or Infrastructure team if you have one.

Hope this helps