You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL POST /sso/SAML/p/okta. System.ArgumentNullException: Value cannot be null. (Parameter 's')
When i initially created the provider using the jellyfin API, was getting a provider not found error. i looked at /config/data/plugins/configuration/SSO-Auth.xml, and my configuration was added to the Oauth section. I moved it into the SAML section, but now i receive Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL POST /sso/SAML/p/okta. System.ArgumentNullException: Value cannot be null. (Parameter 's')
Not sure what Parameter 's' is referring to in this case, thanks!
The text was updated successfully, but these errors were encountered:
Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL POST /sso/SAML/p/okta. System.ArgumentNullException: Value cannot be null. (Parameter 's')
When i initially created the provider using the jellyfin API, was getting a provider not found error. i looked at
/config/data/plugins/configuration/SSO-Auth.xml
, and my configuration was added to the Oauth section. I moved it into the SAML section, but now i receiveJellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL POST /sso/SAML/p/okta. System.ArgumentNullException: Value cannot be null. (Parameter 's')
Not sure what Parameter 's' is referring to in this case, thanks!
The text was updated successfully, but these errors were encountered: