Microsoft sign-in is not configured
The app is running, but it will not let anyone in until the settings below are filled in. Add them in this Space under Settings → Variables and secrets, then restart the Space.
- MS_TENANT_ID is not set (your organisation's Directory ID).
- MS_CLIENT_ID is not set (the Application ID of your app registration).
- MS_CLIENT_SECRET is not set (add it as an encrypted secret).
- SESSION_SECRET is not set (any long random string).
- HF_TOKEN is not set (the Hugging Face token that can write your dataset).
- HF_DATASET_REPO is not set (e.g. your-name/content-library-data).
Reminder: MS_CLIENT_SECRET, HF_TOKEN and SESSION_SECRET must be added as Secrets. Everything else can be a plain Variable. Full instructions are in SETUP.md.