> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CORS and redirection URLs

> CORS and redirection URLs in the SuperOffice Developer Portal.

The [redirection endpoints][1] are specified and whitelisted when you register the application idea. When the app configuration is published to Stage or Production you may no longer make changes to them.

<Note>
  To add new CORS or redirect URLs in Stage or Production, create a [new version][5].
</Note>

All changes to whitelisted URLs on a standard app have be approved SuperOffice.

Types of URLs:

* Default redirect URL
* Allowed redirect URLs
* Allowed postLogout redirect URLs
* CORS URLs

<Note>
  All URLs can optionally be configured per environment.

  You can list multiple of each type (except default).

  Consider if whitelisting is sufficient or you need a CORS redirect.
</Note>

## Pre-requisites

* You have registered your application idea
* You are (or will be) handling web service requests at the new endpoints

## To view redirection endpoints

1. In the Developer Portal, go to your app page.

   To see the list of all apps:

   * Select **Apps** from the top menu to see all apps across every partner you have access to, or
   * Go to the **Applications** section of your partner page to see that partner's apps.

2) Select **Configuration** > **Authentication**.

   ![Allowed redirects -screenshot][img1]

## To add or update redirection endpoints

1. Open the **Authentication** page as described above.
2. Enter new values, optionally per environment.
3. Click **Save Settings**.
4. Request to publish the new configuration.

<Warning>
  If you add database mirroring or webhooks, the tenant administrator must [renew the consent][4] to your application. **Users will be locked out from when the change happens until the consent has been given.**
</Warning>

[1]: ./redirects

[4]: ../../provisioning/get-consent

[5]: ../versioning

[img1]: /media/loc/en/developer-portal/allowed-redirects.png


## Related topics

- [Register an application](/en/developer-portal/create-app/index.md)
- [Register a native app](/en/developer-portal/create-app/native-app.md)
- [Register a server-to-server app](/en/developer-portal/create-app/server-to-server-app.md)
- [Register an ERP and quote sync app](/en/developer-portal/create-app/sync-app.md)
- [Register a web app](/en/developer-portal/create-app/web-app.md)
- [Register a blank app config](/en/developer-portal/create-app/empty-app.md)
