HomarrH
Homarr12mo ago
jimmy0017

How to make OIDC account an admin

I tried to migrate my homarr to use OIDC SSO. But i cannot make my OIDC account to be the admin for the homarr.
As i cannot add external account to a group.
Ultimately I want to remove the local authentication, to use SSO only.
Solution
Okay then follow the following steps:
  1. Create a group with your local authentication account with the name from the external auth provider
  2. Set permission for that group to admin
  3. Change AUTH_PROVIDERS to
    oidc
  4. Restart container
  5. Login with oidc account
  6. You are now admin
Was this page helpful?