- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-31-2017 02:52 PM
Any plans to allow various external authentication support (AD, SAML, etc)?
06-02-2017 05:25 AM
Hi @jchitsaz,
we have plans for SAML (https://github.com/PaloAltoNetworks/minemeld-core/issues/166), would that work ?
06-02-2017 07:47 AM
LDAP auth (primarily msft) would be ideal along with SAML. I'd like to be able to restrict access to a group or groups within LDAP which SAML doesn't provide.
01-23-2019 04:56 AM
01-23-2019 05:05 AM
Hi @Hugh.Kelley,
nope, but you can look into minemeld/flask/aaa*.py files to check the current mechanism. Why SAML?
01-24-2019 05:34 AM
SAML is best for me because we have the supporting infrastructure already in place. Our SaaS apps still seem to use SAML more than other protocols like OIDC.
Thanks for the pointer about the /flask files. I'm new to Flask but am thinking that a file like this (link below) could drop into MineMeld pretty easily and sit alongside the /login route (it uses /loginsso).
flask/loginsso.py # Full transparency - I have not tested this at all, just a mock up
I'll try to test some over the coming days.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!