---
title: "Configure Okta"
canonical: "https://support.appfire.com/space/SSO/18153668/Configure%20Okta"
format: markdown
---
> Macro (aura-html)

Create an account either on <u>[the dev Okta](https://developer.okta.com/signup/)</u> site or <u>[production Okta site](https://www.okta.com/)</u>.

After you created your account go to Applications and push the “Create Integration App” button:

![image](media://9bc51313-1a40-495b-ba5e-289ab093d74a)

Then choose SAML 2.0

![image](media://02e77640-70b7-47ad-82c8-c4c5cf08ae81)

Push the “Next” button

![image](media://4db682d5-bc36-4aaa-9110-ff54b953da43)

Enter the App name and push the “Next” button

Enter your url in the “Single Sign On URL” input field in the following format:

```
http://${your-domain.com}/${atlassian-application-path}/plugins/servlet/globalconsumer
```

Enter the same url as in the “Single Sign On URL” input field in the “Audience URI (SP Entity ID)” input field.

Enter your url in the following format into the “Default RelayState” input field:

```
http://${your-domain.com}/${atlassian-application-path}
```

Here is an example:

![image](media://f236f7eb-fa70-4811-99f6-8a1b2b37c74a)

Now push the “Next” button.

![image](media://31b365a9-f29d-4e94-808f-b0fca4881762)

Choose “I’m a software vendor” and push the “Finish” button.

![image](media://9445f048-8ec6-4e75-ad64-1a633b482a9e)

Push the “Identity Provider metadata” link:

![image](media://c62be456-1438-42d9-a19f-0d90d64f8e7b)

Copy the url.

Go to the “Assignments” tab and a assign a user to this Application. The user must have the same email address as a user in Jira.

![image](media://ce8ef8c6-b909-4a1a-9b89-fd0c1d63d6ee)