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

# Application configuration

> Overview of application configuration in the SuperOffice Developer Portal.

## Get keys

If you have registered the application but lost the keys, you need to [look up your ID][7] and [create a new secret][8].

## Authentication

* [Check what your client ID is][7]
* [Create a new client secret][8]
* [Add a certificate][10]
* [About user contexts][4]

<Warning>
  SuperOffice doesn't store the **client secret and certificate private key** in the database. When you create a new secret or certificate, copy and store this information. You can't go back and look it up in the Developer Portal later.
</Warning>

<Frame caption="Watch the walk-through">
  <iframe width="100%" height="420" src="https://www.youtube-nocookie.com/embed/kqEpAw7qQEY" title="Watch the walk-through" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

## URLs

* [View or change CORS and redirection URLs][9]
* [About redirects][6]

## User management

* [Manage permissions within the organization][3]
* [Add a user][1]

[1]: ../../partner/add-user

[3]: ../../partner/manage-permissions

[4]: ../../getting-started/user-contexts

[6]: ./redirects

[7]: ./find-clientid

[8]: ./get-client-secret

[9]: ./cors-and-redirection-urls

[10]: ./new-certificate


## Related topics

- [Application configuration](/en/developer-portal/create-app/config/app-config.md)
- [Get Application Configuration](/en/api/reference/restful/agent/configuration_agent/get-application-configuration.md)
- [NSConfigurationAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSConfigurationAgent.md)
- [SuperOffice.WebApi.Data.Configuration GetApplicationConfigurationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetApplicationConfigurationRequest.md)
- [Register an application](/en/developer-portal/create-app/index.md)
- [Application settings](/en/developer-portal/standard-app/app-store/app-settings.md)
- [NetServer configuration](/en/onsite/web-config/index.md)
