#1153 closed feature request (done)
Review authentication service prototype
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Services.Authentication | Version: | 3.3 |
Keywords: | Cc: |
Description
Change History (7)
comment:1 Changed 14 years ago by swagner
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
comment:3 Changed 14 years ago by swagner
I wrote a small Howto? which describes how to set up an environment for local development of HeuristicLab services.
comment:4 Changed 14 years ago by swagner
Prototyping the authentication service is finished. Deleted branch in r4274.
comment:5 Changed 14 years ago by swagner
- Resolution set to fixed
- Status changed from accepted to closed
comment:6 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
After a comprehensive review of the prototype and some additional discussions with gkronber, we decided not to implement custom membership and role providers but to use SqlMembershipProvider and SqlRoleProvider instead.
This has several benefits:
but also some drawbacks:
However, in gkronber's and my opinion the benefits outweigh the drawbacks.