https://github.com/brianpeiris/test-firebase-saml
A barebones app to test Firebase's SAML auth.
https://github.com/brianpeiris/test-firebase-saml
Last synced: about 2 months ago
JSON representation
A barebones app to test Firebase's SAML auth.
- Host: GitHub
- URL: https://github.com/brianpeiris/test-firebase-saml
- Owner: brianpeiris
- License: mit
- Created: 2024-04-05T20:40:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T11:07:52.000Z (about 2 years ago)
- Last Synced: 2026-01-18T22:34:06.624Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-firebase-saml
A barebones app to test Firebase's SAML auth.
1. `npm ci`
2. Setup a Firebase project with a SAML provider
3. Update `SAML_PROVIDER_ID` and `FIREBASE_CONFIG` in `src/App.tsx`
4. Update `FIREBASE_PROJECT_URL` in `vite.config.ts`
5. `npm run dev`
The app will be available at https://localhost:5173