-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import SAML code from last year's website #59
Conversation
- Import SAML code (saml.py) from last year's code repository - Include settings and public key certificates
- Import test SAML from last year's code repository - Configure pytest to run on `pnpm test`
- Import vercel-lib.sh from last year's code repository to current repo's site code - Update site code's vercel.json to run this script
Deploy preview for irvinehacks-site-2024-sanity ready!
|
Deploy preview for irvinehacks-site-2024 ready!
|
On preview deployments, logging in will redirect to our staging domain at https://staging.irvinehacks.com and on production deployments, will redirect us to our production domain. @taesungh and I are currently trying to get the staging domain working. |
Note: Vercel currently thinks we do not own the irvinehacks.com domain, so we cannot manually assign any subdomains as an alias for a specific deployment (able to assign only to production). Tracking in vercel/discussions#5053. |
Deployment alias was manually assigned using a direct POST request to Vercel's REST API endpoints as described in vercel/discussions#953. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the continued work on this. We'll handle issuing the user identity when importing the rest of the API.
Resolves #58 . Alongside importing SAML related code and tests, we also test if logging into this deployment works on previews.