# Obtaining end-point info from IFS Cloud

As the next step, we need to obtain certain information from IFS Cloud instance such as **authorization endpoint** and **token endpoint** from the Open ID well-know configuration endpoin&#x74;**.** These endpoints differ from one installation to another hence it's important to know how to obtain the relevant endpoint information for a given IFS Cloud installation.

* Log in to IFS Cloud instance and navigate to *Solution Manager -> API Explorer*
* Choose any projection and select Documentation -> API Doc

<figure><img src="https://help.novacuraflow.com/~gitbook/image?url=https%3A%2F%2F529897662-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-LtPTgZOYmpJka4jqs1v-3406065915%252Fuploads%252FPJRMRL3mPwiBCFSCVGHg%252FAPI%2520Explorer%2520-%2520Updated.png%3Falt%3Dmedia%26token%3D6533649f-a149-416b-85c2-5799c8e5415a&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=bdebb0fc&#x26;sv=2" alt=""><figcaption><p>API Explorer</p></figcaption></figure>

* In the resulting API Documentation page find the section named "OpenId" at the top. Under that section you will find the Open ID **well-know configuration endpoint** (highlighted in red)

<figure><img src="https://help.novacuraflow.com/~gitbook/image?url=https%3A%2F%2F529897662-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-LtPTgZOYmpJka4jqs1v-3406065915%252Fuploads%252F6aw95mWWIjWsCjnVdb1i%252FAPI%2520Doc%2520-%2520Updated.png%3Falt%3Dmedia%26token%3Dcc21db55-a3d8-4bc5-9c41-eee1941e289d&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=dabc3ecc&#x26;sv=2" alt=""><figcaption></figcaption></figure>

* Open the **well-know configuration endpoint**. The **authorization endpoint** and the **token endpoint** are highlighted in red. Also in every end-point there's a common host path(masked in gray color) which is commonly referred to as **Base URI**

<figure><img src="/files/JHVQt7OAeaS52r4tTZuk" alt=""><figcaption><p>Open ID connect well-known configuration</p></figcaption></figure>

* At the end of this step you should have the following information and you will need this information in the REST connector configuration
  * Open ID well-know configuration endpoint
  * Authorization endpoint
  * Token endpoint
  * Base URI


---

# 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.novacura.com/flow-connect/working-with-connect/connect-to-systems/connectors/rest/ifs-cloud/obtaining-end-point-info-from-ifs-cloud.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.
