Open obikao opened 6 years ago
Any updates on this??
I don't know Scala, but here is a library for SAML. WOuld it be possible for someone to add this to the list. SAML is an enterprise standard for SSO.
https://github.com/pac4j/play-pac4j-scala-demo/tree/master https://github.com/pac4j/play-pac4j
OR is there a way to create a user on HTTP Header Auth like what Moloch does? https://github.com/aol/moloch/pull/1120. This way we can use Apache to do whatever auth we want and just pass the proper params.
I'm realizing that there does not seem to be SAML2 compatibility in hive 4. Is this accurate?
As far as I know, that is correct. I was able to work around this issue by using Keycloak as my IDP because it supports both SAML and Open ID Connect. But I think it would still be a really good feature for native SAML support.
In larger environments changing the available IDP is unlikely. Support for SAML2 authentication seems like a sane requirement.
Request Type
Feature Request
Work Environment
Feature
While OAuth is the defacto standard for many web applications, SAML2 is still heavily used in many organizations for single sign on, especially with enforcing 2FA on Active Directory. Would it be possible to see an implementation for this in the future?