# 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="https://529897662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtPTgZOYmpJka4jqs1v-3406065915%2Fuploads%2FPJRMRL3mPwiBCFSCVGHg%2FAPI%20Explorer%20-%20Updated.png?alt=media&#x26;token=6533649f-a149-416b-85c2-5799c8e5415a" 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.

![](https://529897662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtPTgZOYmpJka4jqs1v-3406065915%2Fuploads%2F6aw95mWWIjWsCjnVdb1i%2FAPI%20Doc%20-%20Updated.png?alt=media\&token=cc21db55-a3d8-4bc5-9c41-eee1941e289d)

* 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.

![](https://529897662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtPTgZOYmpJka4jqs1v-3406065915%2Fuploads%2FnOKRMoW3mgGd2Zgxddwv%2FEndpoints%20-%20Updated.png?alt=media\&token=d1d0959b-436e-4663-ba07-d802c760dbfa)
