Hello @witty-plumber-82249. Is it possible to login SSO via Azure AD with the containerized application?
q
quiet-wolf-56299
10/13/2022, 9:29 PM
Which SSO implementation are you hoping to use? SAML is unsupported but theoretically possible with something like an apache/shib proxy (My current pet project), OpenID Connect is supported out of the box, and LDAP(s) can be configured via JAAS
quiet-wolf-56299
10/18/2022, 6:22 PM
Digging into this some more, i’m jumping down the rabbit hole of using pac4j-play to integrate a SAML sp into datahub. If I get it working well i’ll submit it as a PR.