Skip to content

Configuration of CAS in Scholars Archive

Ryan Wick edited this page Aug 12, 2024 · 1 revision

To configure your local app to use OSU's CAS, use the docker-compose.override.yml file: https://github.com/osulp/Scholars-Archive/blob/main/docker-compose.override.example.yml#L22-L23

When the file is active, set the values to:

- SCHOLARSARCHIVE_CAS_BASE_URL=https://login.oregonstate.edu/cas
- SCHOLARSARCHIVE_CAS_VALIDATE_URL=https://login.oregonstate.edu/cas/samlValidate

Restart the Docker containers. You may need to edit your local /etc/hosts file to use the approved domain for test site use.