> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebruno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Activating Your License

export const PremiumBadge = ({noLink}) => {
  const badge = <span style={{
    display: 'inline-flex',
    alignItems: 'center',
    gap: '0.25rem',
    padding: '0.25rem 0.5rem',
    fontSize: '0.75rem',
    fontWeight: '600',
    borderRadius: '0.5rem',
    backgroundColor: '#FCD34D',
    color: '#92400E',
    marginLeft: '0.5rem',
    lineHeight: '1.2'
  }}>
      PREMIUM
    </span>;
  if (noLink) {
    return badge;
  }
  return <a href="https://www.usebruno.com/pricing" target="_blank" rel="noopener noreferrer" style={{
    textDecoration: 'none'
  }}>
      {badge}
    </a>;
};

## Activating with License Key

If you've been provisioned a license, you should have received a license key via email. If you have not received a key and already checked your spam folder, please reach out to your license administrator.

### Step 1: Click on the Settings or Key icon in Bruno

Both icons are located at the bottom left corner of the Bruno window. The Key icon will take you directly to the `License` section. If you choose to use the Settings icon, simply select `License` from the settings menu.

### Step 2: Enter License Details

Enter your license key and associated email address

<img src="https://mintcdn.com/bruno-a6972042/lK4oxIJsFt1GYUhN/images/screenshots/license-management/activatelicense.webp?fit=max&auto=format&n=lK4oxIJsFt1GYUhN&q=85&s=617940933c9f717f4a62c3c0fe88b304" alt="login" width="1683" height="1159" data-path="images/screenshots/license-management/activatelicense.webp" />

<Info>
  If your company uses a self-hosted licensing server, select `License Server` and enter the details provided to you by your License Administrator.
</Info>

### Step 3: License Activated

Once the license is activated, you will see a success message.

## Activating with SSO <PremiumBadge noLink />

<Info>
  SSO license activation is available for Ultimate Edition customers. Please see the [SAML SSO Overview](/license-administrators/saml-sso/overview) for more information.
</Info>

### Step 1: Click on the Settings or Key icon in Bruno

Both icons are located at the bottom left corner of the Bruno window. The Key icon will take you directly to the `License` section. If you choose to use the Settings icon, simply select `License` from the settings menu.

### Step 2: Activate with SSO

If your company has configured SSO for Bruno, select `SSO` and click `Activate License`.

<img src="https://mintcdn.com/bruno-a6972042/lK4oxIJsFt1GYUhN/images/screenshots/license-management/activate-sso.webp?fit=max&auto=format&n=lK4oxIJsFt1GYUhN&q=85&s=370f3797d55659b405ae0cf63ed044db" alt="login" width="2042" height="1054" data-path="images/screenshots/license-management/activate-sso.webp" />

<Info>
  Your email needs to be part of the SSO configuration in order to activate your license, with the `User Role` mapped. See [Role Mapping](/license-administrators/saml-sso/overview#role-mapping) for details.
</Info>

### Step 3: SSO Login

You will be redirected to your corporate SSO login page. Enter your credentials to login.

A successful login message will be displayed.

<img src="https://mintcdn.com/bruno-a6972042/lK4oxIJsFt1GYUhN/images/screenshots/license-management/activate-message-success.webp?fit=max&auto=format&n=lK4oxIJsFt1GYUhN&q=85&s=ab23a80129fd0ec6632513aeaa920094" alt="login" width="476" height="296" data-path="images/screenshots/license-management/activate-message-success.webp" />

Returning to Bruno, you will see the license as activated.
