Hanzo
PlatformHanzo IAMIntegrationsJava

Via built-in SSO

Using the OIDC protocol as an IDP to connect various applications, such as Jira

This is a free method to connect Hanzo IAM, but your website must use HTTPS.

Hanzo IAM can use the OIDC protocol as an IDP to connect various applications. Here is a Jira tutorial.

The following are some of the names in the configuration:

  • IAM_HOSTNAME: Domain name or IP where the Hanzo IAM server is deployed.
  • Jira_HOSTNAME: Domain name or IP where Jira is deployed.

Step 1: Deploy Hanzo IAM and Jira

Deploy Hanzo IAM and Jira.

After a successful deployment, ensure the following:

  1. Hanzo IAM can be logged in and used normally.
  2. For local prod mode, set IAM_HOSTNAME to http://localhost:8000. See production mode.

Step 2: Configure Hanzo IAM application

  1. Create or use an existing Hanzo IAM application.
  2. Find Authentication methods: Jira Callback
  3. Add a Configuration and choose OpenID Connection single sign-on in the Authentication method Jira Method
  4. Find the redirect URL: redirect
  5. Add a redirect URL: Jira Application

Note Client ID and Client secret from the application page for the next step.

Open http://IAM_HOSTNAME/.well-known/openid-configuration in a browser to view Hanzo IAM's OIDC configuration.

Step 3: Configure Jira

  1. We need to continue configuring our Configuration in Jira Config Config2
  2. Configure more complex authorization later; first verify that OpenID sign-in works. Jira Login

How is this guide?

Last updated on

On this page