Search the Community
Showing results for tags 'authenticate'.
-
Not sure if this is the right place for this topic. I have been having a problem for a few weeks now where I cannot login to Emby Connect when I am on a mobile data network. When I am at home on my network or at a friend's house on their network I am able to login with no problems. But if I turn wireless off on my phone and connect to the phone's data network, I cannot login. The problem is the same if I try to login to Emby Connect via a web browser also.
- 47 replies
-
- Login
- authenticate
-
(and 2 more)
Tagged with:
-
Just wondering when this will be implemented or if any work has been done on it so far, the only other thread I found was from last year and didnt really say too much about it. I would like a way to authenticate users via an external mysql table if possible. Thanks
- 1 reply
-
- users
- mysql database
-
(and 2 more)
Tagged with:
-
I've got Media Browser set up and I love it.. however, it seems like anyone with access to my IP can gain access to my server.. how can i lock this down?
-
I am trying to programatically get the server Library to rescan. This used to work using a simple curl command couple months ago, but I understand that additional token-based security has been added, according to http://mediabrowser.tv/community/index.php?/topic/72-user-authentication/ I am trying to follow the instructions to authenticate as per the first step in https://github.com/MediaBrowser/MediaBrowser/wiki/Authentication but to no avail. I have tried a variety of curl commands, similar to this (note: I do not have a password set): curl -d 'Authorization=MediaBrowser UserId="0d2c22c2debe62c66cc552b00adbfad4", Client="iOS", Device="iPhone", DeviceId="8912f03b961d76e736637d5d6014a586406de64c", Version="1.0.0.0"' -d "username=Foo" --dump-header headers http://192.168.0.30:8096/mediabrowser/Users/AuthenticateByName but the error I receive is: HTTP/1.1 500 NullReferenceException Transfer-Encoding: chunked Content-Type: text/html Vary: Accept Server: Microsoft-HTTPAPI/2.0 X-UA-Compatible: IE=Edge X-Application-Error-Code: Object reference not set to an instance of an object. X-Powered-By: ServiceStack/4.00 Win32NT/.NET Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Access-Control-Allow-Headers: Content-Type, Authorization, Range, X-MediaBrowser-Token Please help! I know that the username (and empty pass) step I've entered is successfully, because if I deliberately enter it incorrectly I get a difference error ("Invalid username or password entered").
- 5 replies
-
- auth
- authenticate
-
(and 3 more)
Tagged with: