Custom social provider with wildcard subdomain

Hi all,

I am using IdentityServer and I am thinking of migrating to Auth0. IdentityServer allows me to do a custom configuration, let me explain.

I have create an public Shopify Application which must utilize Shopify’s OAuth for authenticating users. Each shop in Shopify has its own subdomain so OAuth url looks like this:

supershop1.myshopify.com/oauth
another-shop.myshopify.com/oauth
whatever.myshopify.com/oauth

There is a clear pattern that is validated - {shop}.myshopify.com/oauth

I need to achieve something similar with Auth0 - is that possible?

Thank you!