# Okta SSO setup via SAML

### Configuring Single Sign-On through SAML using Okta

## Pre-requisites

1. Be an administrator of that your Okta Account.
2. All the Team members who will have access to sign in via Okta should have an Bugbase Account and should be a [member of your organization in BugBase](/company-guide/company-settings/organisation.md#add-member).

## Supported Features

The Okta/BugBase SAML integration currently supports the following features:

* SP-initiated SSO
* IdP-initiated SSO

## Configuration Steps <a href="#configuration-steps" id="configuration-steps"></a>

> To set up SSO via SAML for Okta:

1. Login in to your **Okta Application**.
2. Click on the **Admin** button on the top right corner.

<figure><img src="/files/CvpMFEFdyYSomJYl8SCi" alt="" width="354"><figcaption></figcaption></figure>

4. Go to **Application Tab** on the sidebar.

<figure><img src="/files/DtFuio9dXHtcIrCXs6Xv" alt="" width="275"><figcaption></figcaption></figure>

4. Click on **Browse App Catalog** button

<figure><img src="/files/P6a0YyDLqPXYnQNHz4Qe" alt="" width="563"><figcaption></figcaption></figure>

4. Search for the **BugBase** application and click **Add Integration**
5. Select the options you'd like in your General Settings.
6. Click Next.
7. Make sure to get the required details from the **Sign-on Tab:**
   * **Sign-on URL**: Located on the Sign On tab > Sign on methods > SAML 2.0 > More details > Sign-on URL
   * **X509 Certificat**e: Located on the Sign On tab > Sign on methods > SAML 2.0 > More details > Signing Certificate
8. Click Done.
9. Assign the BugBase application to the people or groups that should have access to the application on the **Assignments tab.**

{% hint style="info" %}
User configured within Okta with an email address and an account for that user exists on BugBase should have same email address, and the [user should be a member of your organization in BugBase](/company-guide/company-settings/organisation.md#add-member).
{% endhint %}

10. [Open Bugbase](https://bugbase.in/login) in a new tab.
11. Follow the SAML setup instructions [here](/company-guide/company-settings/security-and-authentication/sso-with-saml.md).
    * Copy the Single-Sign On URL and the X.509 Certificate that you accessed in step 7 and paste them in the corresponding fields during setup.

## Notes

The following SAML attributes are supported:

| Name  | Value      |
| ----- | ---------- |
| email | user.email |

## SP-initiated SSO

1. Go to <https://bugbase.in/login>
2. Select **SSO**

<figure><img src="/files/LYAiuldUN3bUiXnMPmoM" alt="" width="375"><figcaption></figcaption></figure>

3. Enter your email, then click Login.

## Troubleshooting

{% hint style="info" %}
If you encounter any issues or problems. Please reach out to us at <queries@bugbase.in>.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bugbase.ai/company-guide/company-settings/security-and-authentication/sso-with-saml/okta-sso-setup-via-saml.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
