OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.2k stars 475 forks source link

Support for SAML authentication #6496

Open tinova opened 5 months ago

tinova commented 5 months ago

Description

Native SAML support. See this for current reverse proxy approach limitations.

Progress Status

kCyborg commented 5 months ago

Great addition to an already amazing platform... Our team is looking forward to it!!!

nachowork90 commented 5 months ago

Hi team: I have checked this amazing post and Rails example that can be helpful, because it has an implementation of the SAML authentication. https://ossoapp.com/blog/saml-sso-rails/

jguijarroo commented 5 months ago

Dear all, As references that could be considered and to be checked, projects like wazuh or opencti implemented SAML support putting in the game SAML IdPs like keycloak.

Some links around their development and operations interfaces

https://medium.com/@karkoubelwali/wazuh-keycloak-using-saml-8786892bd30c https://documentation.wazuh.com/current/user-manual/user-administration/single-sign-on/read-only/index.html https://github.com/OpenCTI-Platform/opencti/issues/1414

BR, Jordi