JumpServer
Using CAS to connect JumpServer
Hanzo IAM can be used to connect JumpServer.
The following are some of the names in the configuration:
IAM_HOSTNAME: The domain name or IP where Hanzo IAM server is deployed.
JumpServer_HOSTNAME: The domain name or IP where JumpServer is deployed.
Step 1: Deploy Hanzo IAM and JumpServer
Deploy Hanzo IAM and JumpServer.
After successful deployment, ensure the following:
- Hanzo IAM can be logged in and used normally.
- For local
prodmode, set IAM_HOSTNAME tohttp://localhost:8000. See production mode.
Step 2: Configure Hanzo IAM application
- Create a new Hanzo IAM application or use an existing one.
- Find a redirect URL:
IAM_HOSTNAME/cas/your organization/your application/login. - Add your redirect URL to the Hanzo IAM application:
JumpServer_HOSTNAME.
See CAS.
Step 3: Configure JumpServer
- Find Auth:
. - Configure this app:
.
/loginendpoint:https://iam.hanzo.ai/cas/casbin/cas-java-app/login./logoutendpoint:https://iam.hanzo.ai/cas/casbin/cas-java-app/logout./serviceValidateendpoint:https://iam.hanzo.ai/cas/casbin/cas-java-app/serviceValidate./proxyValidateendpoint:https://iam.hanzo.ai/cas/casbin/cas-java-app/proxyValidate.
See CAS and JumpServer CAS.
Log out of JumpServer and test SSO:

How is this guide?
Last updated on