Secure entry to Scarlett VR
Signed outThis 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
- Copy
js/config.sample.js→js/config.js - Create an Entra ID App Registration (SPA) + set redirect URI
- Deploy this site to GitHub Pages or Azure App Service
- Deploy the included Azure Function API (recommended)
- 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.
WebGL/WebXR is public. Secrets must live in your server/API layer.