Claims based authentication

Claims based authentication

Old forum URL: forums.lhotka.net/forums/t/12850.aspx


pecen posted on Wednesday, March 18, 2015

Hi,

Today CSLA supports 3 authentication models:

1. Custom authentication
2. ASP.NET Membership Provider authentication
3. Windows domain authentication

Are there any plans for implementing a claims based authentication model in CSLA, utilising classes like ClaimsIdentity and ClaimsPrincipal? I understand that it you can implement this today by using the Custom authentication model in CSLA, but I was more thinking of a 4th authentication model supported by CSLA in addition to the 3 above.

Thanks,

Peter

JonnyBee replied on Thursday, March 19, 2015

Hi,

AFAIK there is no plans for implementing claims based authentication and there is no open issue for this in the repo:
See: https://github.com/MarimerLLC/csla/issues?q=is%3Aissue+is%3Aopen 

Copyright (c) Marimer LLC