Skip to content
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

Login via CAS (Central Authentication Service, aka university account) #199

Open
Robadob opened this issue Jun 20, 2023 · 0 comments
Open
Labels
type: enhancement New feature or request

Comments

@Robadob
Copy link
Member

Robadob commented Jun 20, 2023

This would allow users to login via their university account (like how Google/Kaltura login is handled). This would reduce people needing to maintain a second set of credentials.

If necessary could maintain old login flow for external people without a university account.

By attaching a uni username to each existing account, it could act as a "whitelist" on the site, to only permit certain usernames to login.

It should be pretty easy to fold in via django-cas-ng, I've just integrated it into a site I'm building for COM4521 (although it was only setup for https:// which added a little extra faff to my dev server).

It's necessary to request CAS registration from IT services, however that's simply a case of providing them the domain and asking (was handled in 24h).

@Robadob Robadob added the type: enhancement New feature or request label Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant