> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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
