Single-Sign-On (SSO)
Wizarr supports SSO via disabling its inbuilt authentication
Whitelist Public Paths (important!)
- domain: wizarr.domain.com
resources:
- '^/join(/.*)?$'
- '^/j(/.*)?$'
- '^/static(/.*)?$'
- '^/setup(/.*)?$'
- '^/wizard(/.*)?$'
- '^/image-proxy(/.*)?$'
- '^/cinema-posters(/.*)?$'
policy: bypass- '^/join($|/.*)'
- '^/j($|/.*)'
- '^/static($|/.*)'
- '^/setup($|/.*)'
- '^/wizard($|/.*)'
- '^/image-proxy($|/.*)'
- '^/cinema-posters($|/.*)'Last updated