This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
86833aa8bf75e7d11ac7e755d4fae467092dd81f
Umbraco-CMS
/
src
/
Umbraco.Core
/
Security
History
Shannon
86833aa8bf
Updates the back office external cookie name to be consistently cased with the other back office cookie names
2015-04-01 13:42:11 +11:00
..
AuthenticationExtensions.cs
Updates the back office external cookie name to be consistently cased with the other back office cookie names
2015-04-01 13:42:11 +11:00
BackOfficeClaimsIdentityFactory.cs
Update the PostLogin method to write the auth ticket the way that webapi is supposed to, not sure how this was actually working before because writing cookies directly with HttpContext and then also using WebApi normally doesn't work (maybe in very specific circumstances), so now the cookie writing is done consistently and it is working, prior to this i was getting lots of issues with the xsrf tokens. Updated some user model mappings for convenience and update naming conventions for some properties of the BackOfficeIdentityUser for consistency.
2015-04-01 13:42:07 +11:00
BackOfficeUserManager.cs
Implements IUserSecurityStore and ensures there is a security stamp token in place, have updated the repository layer to manual update this if ASPNet Identity APIs are not used to update users.
2015-04-01 13:42:09 +11:00
BackOfficeUserStore.cs
Implements IUserSecurityStore and ensures there is a security stamp token in place, have updated the repository layer to manual update this if ASPNet Identity APIs are not used to update users.
2015-04-01 13:42:09 +11:00
IUmbracoMemberTypeMembershipProvider.cs
Starts stubbing out role manager code
2015-04-01 13:41:43 +11:00
IUsersMembershipProvider.cs
…
MembershipPasswordHasher.cs
Starts stubbing out role manager code
2015-04-01 13:41:43 +11:00
MembershipProviderBase.cs
Implements IExternalLoginService and the db table, implements more logic to start enabling this to work in the back office, need to implement the rest of the userstore and then implement a way once logged in to the back office to allow users to link their accounts with external logins. Currently if an external login is detected during startup and it has not been linked we'll throw an exception. Very very close to making this all work nicely.
2015-04-01 13:41:26 +11:00
MembershipProviderExtensions.cs
Implements IExternalLoginService and the db table, implements more logic to start enabling this to work in the back office, need to implement the rest of the userstore and then implement a way once logged in to the back office to allow users to link their accounts with external logins. Currently if an external login is detected during startup and it has not been linked we'll throw an exception. Very very close to making this all work nicely.
2015-04-01 13:41:26 +11:00
UmbracoBackOfficeIdentity.cs
more identity awesome
2015-04-01 13:41:33 +11:00
UmbracoMembershipProviderBase.cs
Implements IExternalLoginService and the db table, implements more logic to start enabling this to work in the back office, need to implement the rest of the userstore and then implement a way once logged in to the back office to allow users to link their accounts with external logins. Currently if an external login is detected during startup and it has not been linked we'll throw an exception. Very very close to making this all work nicely.
2015-04-01 13:41:26 +11:00
UserData.cs
…