A sample project that shows developers how they can add Single Sign-On (SSO) to their PHP web application to allow users to sign using their MacID credentials.
- Docker 20.10 or newer
- docker-compose 1.29 or newer
Before building the container, duplicate the config/.env.sample
file to a new file named config/.env
. Fill out all the information required in the config/.env
file.
To build and run the container, simply run:
docker-compose -p $USERNAME-container --env-file config/.env --file docker-compose.yaml up --build
This project is created and maintained by the McMaster University Research Software Development Team.
Please review the following documents to find out how you may contribute or get support.
You might also want to reach out to Information Security for Researchers (IS4R) or refer to their SSO guideline.