jumpserver / jumpserver

An open-source PAM tool alternative to CyberArk. 广受欢迎的开源堡垒机。
https://jumpserver.com
GNU General Public License v3.0
25.62k stars 5.35k forks source link

[Question] Does the community edition support Keycloak? #14554

Closed MatinZ626 closed 3 hours ago

MatinZ626 commented 20 hours ago

Product Version

4.4.1

Product Edition

Installation Method

Environment Information

Hello. I have installed it and and wanna add keycloak for it authentication so I made some change in /opt/jumpserver/config/config.txt and restart jmsctl. but noting add to my login page. pwfiohowei

🤔 Question Description

So is it even possible to integrate them? if the answer is yes, which part of my config in /opt/jumpserver/config/config.txt should to change? ` OAUTH2_AUTH=true

OAUTH2_SERVER=https://MY_DOMAIN/realms/MY_REALM/protocol/openid-connect

OAUTH2_CLIENT_ID=MY_CLINETID

OAUTH2_CLIENT_SECRET=MY_SECRET `

Expected Behavior

No response

Additional Information

No response

BaiJiangJie commented 7 hours ago

Keycloak and OIDC authentication are enterprise features. In the community edition, support is available for LDAP, CAS, and Passkey.

MatinZ626 commented 3 hours ago

Keycloak and OIDC authentication are enterprise features. In the community edition, support is available for LDAP, CAS, and Passkey.

Thank you.