Create a Koji widget that allows users to authenticate with their Atlassian Jira credentials. Then, Learn how to add this widget to your portal.

Key points

To enable the Koji widget on your Refined portal:

  1. Go to Configuration > Widgets to create your widget. You must select "Refined portal" in the Application field.

  2. Go to Configuration > Tenants > Deploy a Refined portal widget to get the code to include in your Refined portal

  3. Copy and paste the code in your Refined admin console.

Creating the widget

You first need to create the widget by going to Configuration > Widgets.

  1. Click Add in the upper left of the window.

  2. In the Application field, select Refined portal.

  3. Configure your widget.

  4. Click Save.

image-20250708-094802.png

After creation:

image-20250708-094824.png

Deploying the widget

To deploy the Refined portal widget:

  1. Go to Configuration > Tenants > Deploy a Refined portal widget.

  2. Select the widget you created previously.

  3. Click Refresh to generate the JavaScript code to add to your Refined portal.

image-20250708-094850.png

Adding the code

Copy the JavaScript code obtained in the previous step and insert it in the configuration of your Refined portal.

Find more details on this process on the Refined sites widget page.