website/integrations/monitoring/ubuntu-landscape/index.md
Landscape is a systems management tool developed by Canonical. It can be run on-premises or in the cloud depending on the needs of the user. It is primarily designed for use with Ubuntu derivatives such as Desktop, Server, and Core.
:::caution This requires authentik 0.10.3 or newer. :::
The following placeholders are used in this guide:
landscape.company is the FQDN of the Landscape server.authentik.company is the FQDN of the authentik installation.:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
Landscape uses the OpenID Connect protocol for single sign-on.
To support the integration of Landscape with authentik, you need to create an application/provider pair in authentik.
Strict redirect URI to https://landscape.company/login/handle-openid.On the Landscape Server, edit the file /etc/landscape/service.conf and add the following snippet under the [landscape] section:
oidc-issuer = https://authentik.company/application/o/<application_slug>/
oidc-client-id = <client ID of the provider you've created>
oidc-client-secret = <client Secret of the provider you've created>
Afterwards, run sudo lsctl restart to restart the Landscape services.