Hi, is there a way to customize the UI (the logo a...
# all-things-deployment
b
Hi, is there a way to customize the UI (the logo atleast) for DataHub?
1
f
Of course. You can customize theme and logo. Find the tutorial in here. https://datahubproject.io/docs/datahub-web-react/#theming
b
Thanks, is OIDC also enabled for self-managed? I see conflicting information where it’s mentioned that it’s supported, however only for managed version.
f
Sure, OIDC is also available for
self-hosted
. Please find check this docs https://datahubproject.io/docs/authentication/guides/sso/configure-oidc-react btw, OIDC SSO Integration is a place where you can configure OIDC integration via UI. (only available for
Managed DataHub
)
If you tend to publish datahub to the internet, don’t forget to disable JaaS Auth or remove default
datahub
user or change its default password. https://datahubproject.io/docs/authentication/guides/add-users#changing-the-default-datahub-user-credentials-recommended
b
Great, thanks