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

Django rewrite: Authentication, authentication modules, and user management #15

Open
clpetersonucf opened this issue Feb 11, 2025 · 0 comments

Comments

@clpetersonucf
Copy link
Member

  1. Ensure the built-in django auth module works for basic user management including:
  • Service user creation
  • User management
  • Password management [for service users only]
  1. Allow other authentication modules to override or take priority in certain situations, including:
  • Direct authentication (instead of responding with a login view, send them to...)
  • LTI authentication
  1. Determine role management and provisioning (are we using django user permission levels or custom Materia roles?)
  • Granting and revocation of roles
  • Defer to external authentication (LTI, SAML) for provisioning/revocation of roles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant