> ## 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 OidcLogin element

> NetServer utility class to get access to values related to CRM OIDC login

Utility class to get access to values related to CRM OIDC login.

| Name          | Description                                                                                                             |
| ------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Authority     | OpenID Connect authority/well-Known URL (\[Authority]/.well-known/openid-configuration must return discovery document.) |
| ClientId      | ClientID for SuperOffice CRM, different for each environment/Identity Provider.                                         |
| IsSSOEnabled  | Is SSO enabled for tenant?                                                                                              |
| UserNameClaim | Claim to get userName from external identity token.                                                                     |

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.OidcLogin.yml


## Related topics

- [NetServer SoFormsAuthentication element](/en/onsite/web-config/soformsauthentication.md)
- [NetServer Diagnostics element](/en/onsite/web-config/diagnostics.md)
- [NetServer Reporter element](/en/onsite/web-config/reporter.md)
- [NetServer Services element](/en/onsite/web-config/services.md)
- [NetServer Scripting element](/en/onsite/web-config/scripting.md)
- [NetServer Infrastructure element](/en/onsite/web-config/infrastructure.md)
