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
95187becaff00aab5a218c4c7b6004518f810d0c
Umbraco-CMS
/
src
/
Umbraco.Web
/
Security
/
Identity
History
Shannon
95187becaf
bumps to next alpha for MyGet
2017-01-03 11:50:29 +11:00
..
AppBuilderExtensions.cs
bumps to next alpha for MyGet
2017-01-03 11:50:29 +11:00
AuthenticationManagerExtensions.cs
more identity awesome
2015-04-01 13:41:33 +11:00
AuthenticationOptionsExtensions.cs
adds some comments
2016-09-08 09:30:13 +02:00
BackOfficeCookieManager.cs
U4-4219 Can't Preview protected pages
2016-03-09 17:35:50 +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
PreviewAuthenticationMiddleware.cs
U4-4219 Can't Preview protected pages
2016-03-09 17:35:50 +01:00
UmbracoBackOfficeCookieAuthOptions.cs
Merge remote-tracking branch 'origin/master-v7' into dev-v7
2016-02-03 12:30:11 +01:00