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

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 8/1/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


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