HomeBox
Configure HomeBox inventory system with Pocket ID
Below URLs are used as placeholders for the HomeBox and Pocket ID instances. Replace them with the actual URLs.
- homebox.example.com (The url of your HomeBox instance.)
- pocketid.example.com (The url of your Pocket ID instance.)
See the HomeBox OIDC documentation for more configuration options.
Pocket ID Setup
- In Pocket ID, create a new OIDC client named
HomeBox(or any name you prefer). - (Optional) Set a logo for the OIDC client.
- Set the callback URL to:
https://homebox.example.com/api/v1/users/login/oidc/callback/, or leave blank to autofill on first login. - Copy the
Client IDandClient Secretfor the next steps.
HomeBox Setup
- Add the below environment variables for HomeBox:
- Restart HomeBox.
- You should now see a Sign in with OIDC button on the HomeBox login page.