Wild card domains have whitelisting issue

Hey team,

I have built NFT marketplace just like shopify where user can build thier own store i have applied web3 auth on both the admin panel and for user store the issue which i am facing is on user store which have dynamic url so how can i whitelist the dynamic url.

@umair.qsols Welcome Aboard!

Please refer to this thread Is it possible to dynamically whitelist subdomains?

We don’t allow wild card url whitelists due to OAuth2 specification security.

The redirection endpoint URI MUST be an absolute URI as defined by
[RFC3986] Section 4.3. The endpoint URI MAY include an
“application/x-www-form-urlencoded” formatted (per Appendix B) query
component ([RFC3986] Section 3.4), which MUST be retained when adding
additional query parameters. The endpoint URI MUST NOT include a
fragment component.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.