Web Application Platform Configuration

Enterprise configuration for running mods as a web app or embedded frame (IFrame)

The Web Application platform is currently only available to Enterprise customers. To receive access, contact your Account Manager.

The Web Application platform is a way to deploy PixieBrix mods anywhere a web application can run, as a standalone web page or as an embedded frame (iframe)

Custom Domain Name

See section "Custom Domain and White-Labelling" under Custom Branding and Themes

Third-Party API Configuration

Cross-origin resource sharing (CORS)

API requests made from the browser to third-party APIs originate from app.pixiebrix.com or your custom domain name. If your API has cross-origin resource sharing (CORS) controls configured, you must allowlist app.pixiebrix.com or your Custom Domain Name

OAuth2 Redirect URL

To support OAuth2 integrations, you must add web application platform's URL to the URL redirect allowlist of your OAuth2 provider:

https://app.pixiebrix.com/oauth2-callback/

If you are using a Custom Domain Name, use your custom domain in the redirect URL:

https://<your-custom-domain>/oauth2-callback/

Last updated

Was this helpful?