LogoLogo
APIDemoOfficial SiteDiscord
  • Introduction
  • Want to help?
  • 💾Installation
    • Prerequisites
      • Installing Webservers
        • Organizr & Dependency Installer
        • Nginx
        • Apache
        • Caddy
      • Installing PHP
    • Installing Organizr
  • 📌Getting started
  • First Time Setup
  • Tab Management
  • 🤖Features
    • Authentication Backend
      • Plex Backend
      • LDAP Backend
    • Server Authentication
      • Nginx Server Authentication
      • Caddy Server Authentication
      • Traefik Server Authentication
    • SSO
      • Plex SSO
      • Tautulli SSO
      • Overseerr SSO
      • Petio SSO
      • Ombi SSO
      • Jellyfin SSO
      • Komga SSO
      • Proxy Auth SSO
        • Grafana SSO
        • NZBHydra2 SSO
        • Calibre SSO
      • Troubleshooting SSO
    • Homepage
      • Sonarr Homepage Item
      • Plex Homepage Item
      • HealthChecks Homepage Item
    • API Socks
    • Backup & Restore
    • Custom Error Pages
    • Fail2Ban Integration
  • 🧪Tweaks
    • Tweaks
    • Hide custom text from specific groups
    • Optimizing PHP-FPM
  • 🆘Help
    • Custom Work
      • Custom Pages
    • Tutorials
      • Reverse Proxies
    • FAQ
      • Organizr Requirements
      • Forgot my password
      • Organizr Login Error
      • Login Looping - SameSite Errors
      • Auth cookie is not used by other subdomains
      • Update available even though up to date
      • Migration Guide
  • 🌍 Development
    • Plugin Development
Powered by GitBook
On this page
  • Summary
  • Debug Area

Was this helpful?

Export as PDF
  1. Features
  2. SSO

Troubleshooting SSO

Troubleshooting Single Sign On

PreviousCalibre SSONextHomepage

Last updated 3 years ago

Was this helpful?

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.

misc:

oAuthLogin: true

rememberMe: true

rememberMeDays: 7

plex:

enabled: true

cookie: true

machineID: true

token: true

plexAdmin: email

strict: true

oAuthEnabled: true

backend: true

ombi:

enabled: true

cookie: true

url: http://docker.home.lab:3579/

api: true

tautulli:

enabled: true

cookie: false

url: http://docker.home.lab:8181

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

🤖