This website requires JavaScript.
Explore
Help
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
dca6f2b42a3570cbbd770ed4f3a980e077d4924a
Umbraco-CMS
/
src
/
Umbraco.Web
/
Security
/
Identity
History
Shannon
dca6f2b42a
fixes build
2016-01-06 10:47:58 +01:00
..
AppBuilderExtensions.cs
U4-7538 GetRemainingTimeoutSeconds is double setting the cookie in 7.4
2016-01-05 12:35:06 +01:00
AuthenticationManagerExtensions.cs
more identity awesome
2015-04-01 13:41:33 +11:00
AuthenticationOptionsExtensions.cs
removes redundant null check.
2015-11-09 10:56:07 +01:00
BackOfficeCookieManager.cs
U4-7538 GetRemainingTimeoutSeconds is double setting the cookie in 7.4
2016-01-05 12:35:06 +01:00
ExternalSignInAutoLinkOptions.cs
Implements SignInManager, implements lock out policy for user manager, allows for better implementation of 2 factor auth for developers. Updates to latest owin libs.
2015-07-01 17:07:29 +02:00
FixWindowsAuthMiddlware.cs
U4-7307 Windows Authentication prompts for Windows login after Umbraco login
2015-11-24 16:31:18 +01:00
ForceRenewalCookieAuthenticationHandler.cs
Ensures that written cookies are done so consistently based on the UmbracoBackOfficeCookieAuthOptions. Ensures that when a webforms page requests token renewal that the token is not always renewed for the request, it checks if the tokens expiry correctly and only renews when necessary so the cookie is not written each time. Fixes the ForceRenewalCookieAuthenticationHandler to only write a cookie if the request is for a request that is not normally auth'd (i.e. is a webforms form that exists outside the normal /umbraco path ... legacy).
2015-11-27 16:25:39 +01:00
ForceRenewalCookieAuthenticationMiddleware.cs
Ensures that written cookies are done so consistently based on the UmbracoBackOfficeCookieAuthOptions. Ensures that when a webforms page requests token renewal that the token is not always renewed for the request, it checks if the tokens expiry correctly and only renews when necessary so the cookie is not written each time. Fixes the ForceRenewalCookieAuthenticationHandler to only write a cookie if the request is for a request that is not normally auth'd (i.e. is a webforms form that exists outside the normal /umbraco path ... legacy).
2015-11-27 16:25:39 +01:00
FormsAuthenticationSecureDataFormat.cs
Fixes: U4-6723 User timeout in the back office is an issue with new ASP.Net identity implementation
2015-06-18 19:16:49 +02:00
GetUserSecondsMiddleWare.cs
U4-7538 GetRemainingTimeoutSeconds is double setting the cookie in 7.4
2016-01-05 12:35:06 +01:00
IUmbracoBackOfficeTwoFactorOptions.cs
Implements SignInManager, implements lock out policy for user manager, allows for better implementation of 2 factor auth for developers. Updates to latest owin libs.
2015-07-01 17:07:29 +02:00
UmbracoBackOfficeCookieAuthOptions.cs
fixes build
2016-01-06 10:47:58 +01:00