ucsdlib / damspas-rd

A Digital Collections application based on Hyrax
MIT License
3 stars 2 forks source link

Implement authentication and authorization #125

Closed mcritchlow closed 7 years ago

mcritchlow commented 7 years ago

Descriptive summary

Implement SSO (authentication) + AD/LDAP (authorization) for Horton. Considerations:

  1. Existing damspas strategy using omniauth-shib gem
  2. ILL Billing strategy that @hweng created.

Rationale

Once we have a test environment, we'll want to immediately get this setup to begin testing access control.

Related work