Domain Security

I will have institution customers such as schools and universities. How could I ensure that only users logging in with an email from the institution domain are allowed access such as to my site such as main menu? For example, if wisconsin.edu is a member, then a student registered with an email of somestudent@wisconsin.edu is allowed access?

Thanks for any suggestions.

Lyle

I would suggest that you use LDAP authentication in the security module. This is under that assumption that the college is using LDAP services for their users.
Else you mighta need to share a common users db to authenticate against.

Thank you!!

Assuming thath I don’t think you can integrate all your customers LDAP ini your app, an easy way is check the domain in email against a table of valid domains. But the problem is not to allow the login, is to allow the register.