Keycloak with Opennebula

Hello,
I would like to add Keycloak authentication alongside OpenNebula 7 authentication.

I can’t find any documentation.
Can you help me?

Hi,

Recently, I’ve successfully integrated it with Google’s SAML authentication.

The topic is spread over several parts of the documentation. The piece about the core configuration is here and the bits about the new sunstone interface could be found here. If you are using Nginx as a reverse proxy, you should note that there is a bug in the docs regarding the Nginx configuration - there is no $client_dn configuration variable in Nginx, at least not in my setup, it worked with $ssl_client_s_dn instead. Also you’ll find out that the ssl_verify_client optional; setting is a bit tricky and you’d need to dig a bit deeper in the Nginx’s related docs to make it works.

Hope this helps.

Best Regards,
Anton Todorov

Thank you for your answer