sbwalker
16477052e2
fix #4965 - improve user/site management
2025-01-21 12:21:27 -05:00
sbwalker
1fb54a0b0f
include option for external login to save tokens
2025-01-13 15:14:13 -05:00
sbwalker
13e4267c11
add sync events for user login/logout
2024-12-09 10:55:40 -05:00
sbwalker
7f4087e3de
fix localization spelling mistake
2024-09-26 13:46:29 -04:00
sbwalker
3e50deecb7
fix remote login issue which could occut if multiple users have the same email address
2024-09-26 13:37:39 -04:00
sbwalker
b7928a5255
fix #4638 - add Logout Everywhere option to User Profile
2024-09-20 15:18:25 -04:00
sbwalker
c3fb8fcb6e
remove unecessary using
2024-09-17 11:54:21 -04:00
sbwalker
b0669a3b60
fix external login
2024-09-17 11:53:34 -04:00
sbwalker
3351732a2f
allow external login to support SecurityStamp
2024-09-17 09:28:35 -04:00
sbwalker
caa2073d48
improve support for external login roles
2024-09-13 07:34:57 -04:00
sbwalker
52069f35c5
refactor logic related to domain filtering for emails during external login
2023-12-21 15:54:46 -05:00
sbwalker
9e0a4dfac8
comsider name and email claim values as optional
2023-12-12 14:03:47 -05:00
Shaun Walker
65f463dbbd
Merge pull request #3471 from PfaffIC/dev-loginauthcookie
...
Added auth cookie expiration for external login via OAuth2.
2023-11-29 13:22:39 -05:00
sbwalker
3c33614115
user identity improvements
2023-11-29 10:42:23 -05:00
sbwalker
93ab8b88d4
include Review Claims option in External Login for troubleshooting settings
2023-11-27 15:07:48 -05:00
PfaffIC
96e8e9736f
Added auth cookie expiration for external login via OAuth2.
...
Auth cookie expiration time ist set to value provided in Setting "LoginOptions:CookieExpiration" (if provided).
2023-11-13 11:28:58 +01:00
Nico Pfaff
0b4cdea9dd
Added functinality to declare custom login cookie expiration time.
...
Added login cookie expiration time. Added setting in user settings to declare custom cookie expiration time. Cookie expiration time overwrites default expiration time of 14 days (if not session timespan is used).
2023-11-09 16:15:53 +01:00
sbwalker
8b5109e32f
added Verify Existing Users? option to User Management - External Login Setting
2023-10-24 14:28:14 -04:00
Rodien_Bond004
2fa7482028
Introduce a dropdown menu in the 'External Login' settings area for authentication flow response types.
2023-10-03 09:00:53 +02:00
sbwalker
65782e87c1
add support for named site options
2023-09-21 16:53:52 -04:00
Ben Emamian
5fbb9160f1
Code Cleanups
2023-03-21 00:45:17 +11:00
Shaun Walker
81030f468b
improve user profile error logging for external login
2023-03-11 14:03:24 -05:00
Shaun Walker
3065ed5094
fix issue with capturing user profile information during external login
2023-03-11 11:50:02 -05:00
Shaun Walker
5e1ac485a0
#2655 - add support for capturing user profile infrmation from claims during external login
2023-03-10 10:14:57 -05:00
Shaun Walker
67f740c264
fix #2503 - generate password using CultureInfo.InvariantCulture to ensure it satisfies password complexity criteria
2022-11-23 11:10:59 -05:00
Shaun Walker
ddf1caaaaa
fix #2432 - add support for roles as part of external login via OIDC
2022-09-29 16:32:50 -04:00
Pavel Vesely
4f0a805c79
Exception is not saved to log
2022-06-09 10:24:13 +02:00
Shaun Walker
1978bf151f
add support for external login parameters and improve diagnostic messages related to claims
2022-05-12 13:51:46 -04:00
Shaun Walker
c701895e29
external login improvements
2022-04-25 20:04:43 -04:00
Shaun Walker
e4c648ee92
completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
2022-04-22 17:54:20 -04:00
Shaun Walker
391713b84d
Fix #2144 - install issue, Fix #2146 - move file issue, require verification of external login account linkage
2022-04-20 16:00:58 -04:00
Shaun Walker
355d0405f4
minor improvements to security features, use ActivatorUtilities.CreateInstance with SiteMigration to enable simpler DI
2022-04-12 07:46:43 -04:00
Shaun Walker
683ad8959a
dogfooding fixes
2022-04-04 10:53:40 -04:00
Shaun Walker
a70f1ee1e0
cleanup
2022-03-30 22:08:32 -04:00
Shaun Walker
a97af42e4b
add Jwt authorization support for for API
2022-03-28 21:51:55 -04:00
Shaun Walker
f9432acf1b
remove SiteSettings from Alias for better separation of concerns
2022-03-27 19:47:52 -04:00
Shaun Walker
b92a888583
factor out auth constants, remove TAlias is Alias is not an extensible type, improve SiteOptions cache clearing, improve principal validation, localization improvements
2022-03-26 17:30:06 -04:00
Shaun Walker
79f427e10a
consolidate user creation
2022-03-24 12:32:41 -04:00
Shaun Walker
9d86d923aa
Add OAuth2 support
2022-03-23 10:51:52 -04:00
Shaun Walker
ca17dd3ca3
Allow Email Claim Type to be configurable
2022-03-21 16:29:28 -04:00
Shaun Walker
fb161ae783
OIDC improvements
2022-03-21 10:39:35 -04:00
Shaun Walker
4b19059df1
OIDC improvements
2022-03-21 09:12:18 -04:00
Shaun Walker
1a86b80c61
More improvements to OIDC support
2022-03-19 13:42:19 -04:00
Shaun Walker
39dfc00693
OIDC improvements
2022-03-16 17:28:32 -04:00
Shaun Walker
d51ba8f6dd
Improve Principal handling for OIDC and resolve Logout issue (caused by AntiForgeryToken)
2022-03-14 22:28:41 -04:00
Shaun Walker
9bbbff31f8
Added support for per site options and OpenID Connect
2022-03-13 22:55:52 -04:00