Troubleshooting SSO
Troubleshooting Single Sign On

Summary

In the event that something isn't working as expected, here we will short where to start looking to troubleshoot.

Debug Area

In the drop down under your username in the top right there is an option for the Debug Area. From here use the drop down at the top and choose the SSO option you are trying to troubleshoot.
1
misc:
2
3
oAuthLogin: true
4
5
rememberMe: true
6
7
rememberMeDays: 7
8
9
plex:
10
11
enabled: true
12
13
cookie: true
14
15
machineID: true
16
17
token: true
18
19
plexAdmin: email
20
21
strict: true
22
23
oAuthEnabled: true
24
25
backend: true
26
27
ombi:
28
29
enabled: true
30
31
cookie: true
32
33
url: http://docker.home.lab:3579/
34
35
api: true
36
37
tautulli:
38
39
enabled: true
40
41
cookie: false
42
43
url: http://docker.home.lab:8181
Copied!
SSO Values
misc.oAuthLogin = Current Login used oAuth
misc.rememberMe = Remember me button was toggle on login
misc.rememberMeDays = Cookie Length in days
%SSO_TYPE%.enabled: false = SSO module enable status
%SSO_TYPE%.cookie: false = Cookie status
%SSO_TYPE%.url: false = URL of SSO module
%SSO_TYPE%.api: false = The API key status if set
%SSO_TYPE%.backend: false = Plex Backend is not enabled
%SSO_TYPE%.machineID = Used for Plex - machineID status
%SSO_TYPE%.token = The API key status if set
%SSO_TYPE%.plexAdmin = Either username or email
%SSO_TYPE%.strict = Status of Plex Friends status
%SSO_TYPE%.oAuthEnabled = oAuth enable status
Export as PDF
Copy link