Are wildcard urls("https://*.our-deployment.com") supported in developer dashboard?

As listed



Originally posted by: YZhenY

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/306

No, not supported. 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."


Originally posted by: BboyStatix

You can use the wildcard urls w/o using the dashboard.
https://github.com/orgs/Web3Auth/discussions/351



Originally posted by: chaitanyapotti