# Redirect URIs

A redirect URI, also known as a reply URL, is the endpoint where the authentication server directs the user after they have successfully logged in and received an access token. When signing in a user, an application includes a redirect URI as part of the login request. Once the login process is complete, the authentication server uses this URI to return the user to the application, to complete the authentication process.

Redirect URIs are used in Novacura Flow when a connector is configured to require additional authentication. See [authentication type configuration](/flow-connect/working-with-connect/connect-to-systems/connectors/rest.md#configuration-values), and [additional authentication for end-users](/flow-connect/working-with-connect/use/on-mobile-devices.md#additional-authentication-when-running-an-app) for more information.

<table data-full-width="false"><thead><tr><th>Client</th><th width="245">URL</th><th>Type</th><th></th></tr></thead><tbody><tr><td>iOS / Android / Windows</td><td>nccloud://openid</td><td>Interactive authentication</td><td>NATIVE APP</td></tr><tr><td>Web</td><td><a href="https://app.novacura.com/">https://app.novacura.com/</a></td><td>Interactive authentication</td><td>SPA</td></tr><tr><td>Portal</td><td><a href="https://board.novacura.com/openid">https://board.novacura.com/openid</a></td><td>Interactive authentication</td><td>SPA</td></tr></tbody></table>


---

# 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/redirect-uris.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.
