# Obtaining Authentication related URLs from IFS Cloud

Get the value from Aurena: In API Explorer, pick any projection and open API Doc.

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

Locate **Authorizations** and OpenId Connect URL. Depending on IFS version API doc might look like this:

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

or this:

<figure><img src="/files/8GyFsowB2ug6eVLC0XAh" alt=""><figcaption></figcaption></figure>

Open **Connect URL** link and copy value required by configuration.

#### Access Token

Locate token\_endpoint value.

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

#### Authority URL

Locate authorization\_endpoint value.

<figure><img src="/files/6taQq3bltDt7JE84ctFf" alt=""><figcaption></figcaption></figure>

#### Issuer URL

Locate issuer value.

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


---

# 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-ifs-cloud-development-guidelines/flow-development-with-odata/configuration/authentication-models/obtaining-authentication-related-urls-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.
