# Obtaining end-point info from IFS Cloud

In order to configure the IFS OData connector with IFS Cloud, we need to provide **authorization endpoint** and **token endpoint** to the connector configuratio&#x6E;**.** 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 command then click on API Doc

<div align="center"><img src="/files/aMsPndnFNQO7cvj8IGz1" alt="API Explorer"></div>

* In the resulting API Documentation page find the section named "OpenId" at the top. Click on the Connect URL as highlighted in red.

![](/files/EuWX6MPHMLJnyYrXggZe)

* This would open up a new tab containing end-point information in JSON format. 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 **Service URI**. We will need this information in the connector config.

![](/files/z5TVhpCblUW7qC8iXWSf)


---

# 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://help.novacuraflow.com/connectors/areas/business-systems/ifs-applications/ifs-odata/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.
