# Security (Single Sign-On)

## Single Sign-On with Okta

Instructions for Enabling Okta Single Sign-On:

#### Step 1 - Obtain the SAML Details of Updraft

<figure><img src="/files/irjeJLtPlecOtNLuvE67" alt=""><figcaption></figcaption></figure>

#### Step 2 - Create a New App in Okta Dashboard

* Open the Admin Dashboard
* Create a new SAML 2.0 App Integration
* Fill in the "Single Sign-On URL" and the "Audience Restriction" from Step 1

  <br>

  <figure><img src="/files/mRxz2JFvxNyKWChIw9Gz" alt=""><figcaption></figcaption></figure>
* Add following "Attribute Statements":<br>

  * email = user.email
  * username = user.email
  * first\_name = user.firstName
  * last\_name = user.lastName&#x20;

  <figure><img src="/files/m6Ef7SaAY4DXQSnkQSyC" alt=""><figcaption></figcaption></figure>
* Create the SAML 2.0 Integraion

#### Step 3 - Assign user to your newly created App in Okta

* Choose which users should be able to login and assign them to the App

#### Step 3 - Get your XML file from Okta an upload it to updraft

* To download the XML file, click on "View IdP metadata" and copy the XML Content to a new XML file. \
  \
  ⚠️ Please make sure that your created XML file is valid.

  <figure><img src="/files/97aJcJ2B6imPYLY7keuz" alt=""><figcaption></figcaption></figure>
* Upload it to updraft in page of step 1

#### Step 5 - Verify the Integration

After following all the above steps, log in to your Updraft account to verify that you are now able to sign in with Okta. If the integration was successful, you should be redirected to the Okta login page, and upon successful authentication, you should be logged into Updraft automatically. If you encounter any issues, please refer back to the previous steps or reach out to the support team for assistance.


---

# 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.getupdraft.com/~/changes/hCUa1az9yKp7rsxQS8yk/dashboard/account/security-single-sign-on.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.
