# 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](https://docs.novacura.com/flow-connect/working-with-connect/connectors/rest#configuration-values), and [additional authentication for end-users](https://docs.novacura.com/flow-connect/use/on-mobile-devices#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>
