Scarlett VR logo
WebXR-ready GitHub deploy Azure auth + API

Secure entry to Scarlett VR

Signed out

This portal requires Microsoft sign-in before anyone can enter the VR experience. After sign-in, the WebXR scene loads with a VR Enter button.

User: Not signed in
Host
API Base URL
Access mode
API Result:
Click “Test API” after you deploy the Azure Function.

Setup checklist

  1. Copy js/config.sample.jsjs/config.js
  2. Create an Entra ID App Registration (SPA) + set redirect URI
  3. Deploy this site to GitHub Pages or Azure App Service
  4. Deploy the included Azure Function API (recommended)
  5. Store DB connection string in Azure (App Settings / Key Vault), not in the browser
Why no DB password in Unity/Web?
WebGL/WebXR is public. Secrets must live in your server/API layer.