Details
-
Type:
Task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2
-
Fix Version/s: Backlog
-
Component/s: Users/Security
-
Labels:None
-
Number of attachments :
Description
This is just a stub ticket as we have been rumbling about replacing/improving our choice of security framework in 1.2
Ideally it should be very easy for administrators of Archiva to back auth onto a variety of systems - LDAP, Active Directory, Atlassian Crowd, OpenSSO, etc
Possible frameworks:
- Redback (Current, could do with some love) - http://redback.codehaus.org
- Spring-Security (was ACEGI) - http://static.springframework.org/spring-security/site/
- JSecurity (new Apache Incubator project) - http://www.jsecurity.org/
LDAP support is very good now in Redback.
Maybe I'm wrong but I think AD connection is a standard LDAP connection.
Spring-security is the most powerful framework, it is alone to support LDAP, AD, Crowd, JOSSO (I don't think OpenSSO) and more (http://static.springframework.org/spring-security/site/reference/html/introduction.html)
As we already use Spring, I think spring-security would be the best option for users.