nextExplorer
Configure nextExplorer file manager with PocketID.
The following example variables are used, and should be replaced with your actual URLs.
Pocket ID Setup
- In Pocket ID create a new OIDC Client, name it i.e.
nextExplorer - Copy the Client ID and Client Secret for use in the next steps.
nextExplorer Setup
Set the following environment variables:
Setting AUTH_MODE will configure the authentication flow:
- oidc sets it to OIDC only and disables local passwords.
- local sets it to username/password and disables OIDC from showing.
- both allows choice between OIDC and local login.
- disabled turns off the login page entirely.
Start the instance and test to see if login now works via OIDC.
More details can be found in nextExplorer's documentation here.