Jellyfin Forum
CustomAuthentication" was challenged - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: CustomAuthentication" was challenged (/t-customauthentication-was-challenged)



CustomAuthentication" was challenged - pixel24 - 2023-10-19

Hi@all,

I constantly get this message in the logfile of Jellyfin:

root@media01:~# tail -f /var/log/jellyfin/jellyfin20231019.log  
[2023-10-19 10:17:11.927 +02:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
[2023-10-19 10:17:12.921 +02:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
[2023-10-19 10:17:13.951 +02:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
[2023-10-19 10:17:13.951 +02:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
[2023-10-19 10:17:15.038 +02:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
[2023-10-19 10:17:16.975 +02:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
[2023-10-19 10:17:17.973 +02:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
[2023-10-19 10:17:19.100 +02:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.


My Jellyfin is attached to the LDAP server (Samba ADS). Login etc works except for a strange behavior with "AC/DC" (other post).

What does the message mean and how can I fix it?

with best
pixel24


RE: CustomAuthentication" was challenged - pixel24 - 2023-10-19

When I log in to Jellyfin as "Administrator" (LDAP) I get in the logfile:


[2023-10-19 10:32:49.580 +02:00] [WRN] Slow HTTP Response from "https://media01.lan.domain.tld/Users/authenticatebyname" to "192.168.xx.140" in 0:00
:00.8760417 with Status Code 200
[2023-10-19 10:32:49.616 +02:00] [INF] WS "192.168.83.140" request
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support sch
emas. This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schema
s. This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does n
ot support schemas. This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support
schemas. This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schema
s. This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas.
This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not sup
port schemas. This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas
. This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas
. This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.698 +02:00] [WRN] The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. Th
is configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.699 +02:00] [WRN] The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. Th
is configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.699 +02:00] [WRN] The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support sche
mas. This configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:49.699 +02:00] [WRN] The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This
configuration will be ignored by the SQLite provider.
[2023-10-19 10:32:51.144 +02:00] [WRN] Slow HTTP Response from "https://media01.lan.domain.tld/Users/********************/Items/Latest?L
imit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=*******************
***" to "192.168.xx.140" in 0:00:00.9044619 with Status Code 200



possibly this is relevant.


RE: CustomAuthentication" was challenged - TheDreadPirate - 2023-10-19

The SQLite schema warnings are related to a database rework coming in future releases. Some of those changes are already in place, but aren't in use yet. Ignore those warnings.

I also see the Custom Authentication warnings in my Jellyfin logs. I don't recall if it happens as often as yours. I do not use LDAP. This can also be ignored.


RE: CustomAuthentication" was challenged - pixel24 - 2023-10-19

ok. Thanks for the feedback.