# Atlassian (Quick Setup)

## What You'll Need

* Your Tozny account - [create one free here](https://dashboard.tozny.com/register)
* Admin access to your Atlassian account
* About 15 minutes to complete the setup

## Configure TozID

Create a new client application in TozID by logging into your realm, navigating to clients, and selecting "create".

![Create Atlassian Client Screen](/files/-M-k6qjEijVuTQXQoVoB)

{% hint style="info" %}
Your entity ID can be found at <https://admin.atlassian.com> and then navigating to your organization, security, then SAML Single Sign-On. It will be a series of letters and numbers similar to the example in the screenshot above.
{% endhint %}

Enter your entity ID and select save.

## Configure Atlassian

Navigate to your Atlassian administration page. Select "security" and then "SAML single sign-on" from the left menu. Configure the following values:

| Field                       | Value                                                                   |
| --------------------------- | ----------------------------------------------------------------------- |
| Identity provider Entity ID | <https://id.tozny.com/auth/realms/\\><your realm name>                  |
| Identity provider SSO URL   | <https://id.tozny.com/auth/realms/\\><realm>/protocol/saml/clients/jira |
| Public x509 certificate     | \<your cert data>                                                       |

![Example Atlassian Configuration](/files/-M-k9tplrF1YerKALFtQ)

## Wrapping Up

Select save and be sure your users are correctly configured in TozID. Once completed you should be able to sign into Atlassian products with TozID. Having issues? Reach us at <support@tozny.com>


---

# 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://developers.tozny.com/toz-id/enterprise-sso/atlassian-quick-setup.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.
