mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add note on SSO behind proxy (#4985)
This commit is contained in:
parent
a3150d9cb3
commit
192c1ecb21
@ -96,6 +96,9 @@ In any case, the URL is is specific to your installation and the SSO provider. T
|
||||
!!! success "Works for Local Installs"
|
||||
Your server does not need to be "public facing" for this to work. For example the URL `http://localhost:1234/accounts/github/login/callback/` would be perfectly valid!
|
||||
|
||||
!!! warning "Proxy Support"
|
||||
If your InvenTree server is running behind a proxy, you will need to ensure that the "public facing" host address matches the internal host address of the server, and that this host address also matches the configured callback URL
|
||||
|
||||
### Enable SSO Settings
|
||||
|
||||
Now that the social application is created, you need to enable SSO authentication for the InvenTree server.
|
||||
|
Loading…
Reference in New Issue
Block a user