ClusterCockpit / cc-backend

Web frontend and API backend server for ClusterCockpit Monitoring Framework
https://www.clustercockpit.org
MIT License
14 stars 12 forks source link

User Authentication using Keycloak or any OpenID client for using external auth providers such as LDAP , github ,google ..... #236

Closed sanjay7178 closed 3 months ago

moebiusband73 commented 5 months ago

Could you be more specific. Currently cc-backend support authentication via local accounts (stored in database), LDAP directory, and via JWT tokens.

You want support for OAuth2 to use then something like Keycloak to relay to any external authentication provider? Adding support for authentication via OAuth2 should be not too difficult.

sanjay7178 commented 5 months ago

yeah !!