Hi all, i have a question, how do we enable or add...
# ui
c
Hi all, i have a question, how do we enable or add username/password for authentication in the UI? Does it supported?
m
Hi @chilly-spring-43918 is there an SSO provider at your company?
e,g, Google or Okta
c
we have Jumpcloud
m
cool I think that supports OIDC
c
is it possible to integrate with jumpcloud as well? but for the simplicity, we would like to use username/password at the moment.
m
we just support OIDC based providers directly since that's what most people want in the end anyway
c
ah Ok, that's cool. let me read the docs
b
Let me know if there are questions Farid!
c
is LDAP/SAML supported as well?
b
Currently, LDAP is supported via the JAAS LdapLoginModule: https://docs.oracle.com/javase/8/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/LdapLoginModule.html.. You'd have to configure it using the
jaas.conf
file within
datahub-frontend
, however. SAML 2.0 is not currently supported
We'd love to support it though, definitely accepting contributions. We use the Pac4J library to support OIDC. The library also does include support for SAML, so it's just a matter of setting it up within
datahub-frontend
.
c
Thank you @big-carpet-38439 for the answers
b
@chilly-spring-43918 Were you able to get integration with JumpCloud working?