oehf / coala

Consent Acknowledgement Lookup Assistant
http://openehealth.org/display/CoALA
6 stars 2 forks source link

Reactivate authentication #19

Open bmehner opened 12 years ago

bmehner commented 12 years ago

Due to removing eHF from Coala authentication is not working anymore. Every user name password combination is currently accepted.

We need to reactivate authentication. Part of the story is to evaluate which technology to use for this. Strong candidates are Spring Security & Apache Shiro

sparsick commented 12 years ago

Apache Shiro would be an alternative to Spring Security. It has a Spring integration, too.

bmehner commented 12 years ago

Thanks for that hint. It's definitive worth to have a look at that.