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.
As i cannot add external account to a group. Ultimately I want to remove the local authentication, to use SSO only.
Solution:Jump to 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...3 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
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 adminAmazing! Thank you!