Open Prodian0013 opened 3 years ago
Unfortunately, misp-dashboard does not support MISP custom auth. You'll have to use the auth_enabled = False
option for it to work. (or propose a PR to make misp-dashboard supports custom auth ;) ).
Yeah i did that rewrote the auth to use oauth2 in my fork not sure if anyone else would want that though
I would say, if you can share the code please do so. It could be used as a good start if someone wants to build something similar. Feel free to open a pull request with your changes. Thanks in advance! :)
For Misp auth we are using Saml. I have tried to use the
auth_enabled = True
but it's not redirecting properly. Running the diagnostic script returns a login error.Any suggestions for getting Saml to work with misp-dashboard? Thanks.