jellyfin/Emby.Server.Implementations/Library
Joshua Boniface 1af9c047fb Override username with AuthenticationProvider
Pass back the Username directive returned by an AuthenticationProvider
to the calling code, so we may override the user-provided Username
value if the authentication provider passes this back. Useful for
instance in an LDAP scenario where what the user types may not
necessarily be the "username" that is mapped in the system, e.g.
the user providing 'mail' while 'uid' is the "username" value.
Could also then be extensible to other authentication providers
as well, should they wish to do a similar thing.
2019-04-07 19:51:45 -04:00
..
Resolvers Merge branch 'master' into fields 2019-02-16 17:03:15 +01:00
Validators Removed some unused fields 2019-02-09 15:57:42 +01:00
CoreResolutionIgnoreRule.cs Removed some unused fields 2019-02-09 15:57:42 +01:00
DefaultAuthenticationProvider.cs quick fix for auth bug 2019-03-15 21:25:19 -07:00
DefaultPasswordResetProvider.cs Correct bad quote characters 2019-03-29 19:13:01 -04:00
ExclusiveLiveStream.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
LibraryManager.cs More warning fixes 2019-03-13 22:32:52 +01:00
LiveStreamHelper.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
MediaSourceManager.cs Remove custom Threading 2019-02-05 16:47:50 +01:00
MediaStreamSelector.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
MusicManager.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
PathExtensions.cs ReSharper conform to 'var' settings 2019-01-13 21:37:13 +01:00
ResolverHelper.cs ReSharper conform to 'var' settings 2019-01-13 21:37:13 +01:00
SearchEngine.cs Remove support for games as a media type 2019-01-31 19:04:47 +01:00
UserDataManager.cs ReSharper conform to 'var' settings 2019-01-13 21:37:13 +01:00
UserManager.cs Override username with AuthenticationProvider 2019-04-07 19:51:45 -04:00
UserViewManager.cs Remove support for games as a media type 2019-01-31 19:04:47 +01:00