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

# NetServer SuperId element (SuperOffice only)

> NetServer configuration values for accessing SuperID.

Configuration values for accessing [SuperID][2].

```XML theme={null}
<SuperId>
  <add key="Url" value="" />
  <add key="TenantKey" value="" />
  <add key="TenantId" value="" />
  <add key="Environment" value="" />
</SuperId>
```

| Name        | Description                                    |
| ----------- | ---------------------------------------------- |
| Environment | Environment in SuperID.                        |
| TenantId    | TenantId in SuperID.                           |
| TenantKey   | A shared secret between SuperID and NetServer. |
| Url         | URL to SuperID.                                |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.SuperId.yml

[2]: ../../online/identity/superid/index


## Related topics

- [NetServer Cloud element (SuperOffice only)](/en/onsite/web-config/cloud.md)
- [NetServer Client element (SuperOffice only)](/en/onsite/web-config/client.md)
- [NetServer Mail element (SuperOffice only)](/en/onsite/web-config/mail.md)
- [NetServer Pocket element (SuperOffice only)](/en/onsite/web-config/pocket.md)
- [NetServer Downloads element (SuperOffice only)](/en/onsite/web-config/downloads.md)
- [NetServer Sync element (legacy SuperOffice only)](/en/onsite/web-config/sync.md)
