You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More and more of our customers use IAM tools like Keycloak, Zitadel, Auth0 etc. That way they can have all their users across various tools in one user database and provide modern ways of login (Passkeys, TOTP, SSO through Azure...).
Is it possible to add this to Cockpit Pro? Frontend-wise It's basically a button on the login page but on the backend you'd propably need to add some API endpoints (/login and openid return).
Optionally: It would be awesome to map roles of users so I could control in IAM which user can do what in cockpit, so I could for example set the role "com.getcockpit:editor" and it should translate to a "editor" role configured in Cockpit.
The text was updated successfully, but these errors were encountered:
pozylon
changed the title
Feature Request: oAuth / OpenID Connect
Feature Request: oAuth 2.0 / OpenID Connect
Jan 24, 2025
More and more of our customers use IAM tools like Keycloak, Zitadel, Auth0 etc. That way they can have all their users across various tools in one user database and provide modern ways of login (Passkeys, TOTP, SSO through Azure...).
I know there is tools for PHP that do this well, for ex. https://github.com/jumbojett/OpenID-Connect-PHP
Is it possible to add this to Cockpit Pro? Frontend-wise It's basically a button on the login page but on the backend you'd propably need to add some API endpoints (/login and openid return).
Optionally: It would be awesome to map roles of users so I could control in IAM which user can do what in cockpit, so I could for example set the role "com.getcockpit:editor" and it should translate to a "editor" role configured in Cockpit.
The text was updated successfully, but these errors were encountered: