Is your feature request related to a problem? Please describe.
For testing currently we have to forcefully add an additional header utorid before running the client. The idea here is to explore ways to automate this.
Describe the solution you'd like
- Consider using a env variable that decides whether or not to add the additional header
OR
- A more preferred fix would be to mimic the exact production setup i.e. run the application behind shibboleth. Explore whether we can setup shibboleth locally in docker for development and testing
Additional context
A guide to setup shibboleth locally - https://isea.utoronto.ca/services/weblogin/sso-howto-weblogin/
Is your feature request related to a problem? Please describe.
For testing currently we have to forcefully add an additional header
utoridbefore running the client. The idea here is to explore ways to automate this.Describe the solution you'd like
OR
Additional context
A guide to setup shibboleth locally - https://isea.utoronto.ca/services/weblogin/sso-howto-weblogin/