|
Now that I've got Sync-in running on my OMV system together with Collabora, Euro-Office and Nginx Proxy Manager, I am considering my options for a single sign on (SSO) authentication service and LDAP. What are the recommended options for SSO AUTH with or without LDAP? |
Replies: 2 comments 6 replies
|
OIDC services: LDAP services:
Is LDAP of much benefit if it's just for a small set of users? |
VoidAuth OpenID Connect server and Sync-in on openmediavault 8Openmediavault (OMV) is an open-source network attached storage (NAS) solution based on Debian Linux.
This guide describes the steps towards installing the VoidAuth server on an openmediavault 8 system, using its Docker Compose plugin as well as Nginx Proxy Manager (NPM) to expose the private network Web services to the internet. If Caddy or Traefik is your proxy manager of choice, then carefully study ++this section of the VoidAuth documentation++ to learn how to modify your Caddy/Traefik setup so as to co-operate with VoidAuth. Prerequisites
Outline of steps
1. Preparing NPM for co-operation with VoidAuthAdd NGINX Snippets to the NPM directory structure
Modify the NPM Compose file
Create a new Proxy Host for VoidAuth
1. Installation of VoidAuth docker using Compose
3. Initial setup of VoidAuthModify the credentials for the internal admin account
Add a regular user account
Check the OIDC Information
4. Configuring your first OIDC Client App (i.e. ync-in)Create a new OIDC App in VoidAuth
Modify the Sync-in environment file
Open Sync-in via OpenID Connect
5. Post scriptumVoidAuth has now been setup and a first integration has been established with Client app Sync-in. As you will have experienced, the configuration of the interaction between this OpenID Connect Single Sign On provider and its Client is quite elaborate.
|


VoidAuth OpenID Connect server and Sync-in on openmediavault 8
Openmediavault (OMV) is an open-source network attached storage (NAS) solution based on Debian Linux.
Sync-in is is a sovereign platform for file storage, sharing, synchronization, and collaboration.
VoidAuth is an open-source SSO authentication and user management provider that stands guard in front of your self-hosted applications.
Featuring OpenID Connect (OIDC), Proxy ForwardAuth, LDAP Directory Server, User and Groups Management, User Self-Registration and Invitations, Multi-factor Authentication, Passkeys, and Passkey-Only Accounts, and more, it is easy-to-use for admins and end-users.
This guide describes the steps tow…