spacetelescope / pandokia

Regression tests framework.
Other
2 stars 4 forks source link

Handle SSO authentication #42

Closed cslocum closed 5 years ago

cslocum commented 5 years ago

Now that we have the glitch proxy in place and are requiring authentication via SSO, we need to

1) add a whitelist of users who have access to Pandokia (otherwise, anyone with a MyST account could view our stuff)

2) get the application to know who is logged in by parsing header information from the SSO redirect

For convenience, I also added a "Logged in as" line to the front page.