# Authentication

<figure><img src="/files/7t8fYyqHeMTfg8KAgl1N" alt=""><figcaption></figcaption></figure>

To log in to OpsNow using your company’s credentials through Single Sign-On (SSO) settings, click on your username in the upper right corner, then select the Authentication menu.

* **Enable SSO Login:** Activate this item, to log in to OpsNow using your company’s credentials.
* **SSO Type:** Set the SSO type. Currently, only the SAML option is available.
* **OpsNow SSO Integration Details:** To configure SSO, copy each item and enter the information into your company’s system.
* **Your SSO Details:** Verify and insert the following information in your company’s system, and then click the **Save** button in the lower right corner.

  **- Issuer URL (entityId)**

  **- SAML 2.0 Endpoint (HTTP) (singleSignOnService: URL)**

  **- X.509 Certificate**

### How to setting SSO?

Here are the steps to set up SSO:

1. Set Enable SSO Login to “On”.
2. Select the preferred SSO method in SSO Type.

   Currently, only the SAML option is available.
3. Copy the information displayed in OpsNow SSO Integration Details and insert it into your company’s relevant system.
4. After verifying the following information in your company’s relevant system, insert it into Your SSO Details and click **Save**.

   **- Issuer URL (entityId)**

   **- SAML 2.0 Endpoint (HTTP) (singleSignOnService: URL)**

   **- X.509 Certificate**

{% hint style="info" %}
In order to configure SSO, you need your company’s relevant system information. Therefore, please contact your company’s IT administrator to assist with setting up the relevant configurations.
{% 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.opsnow.io/opsnow-user-guide-v0.2/setting/authentication.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.
