website/integrations/monitoring/pulse/index.md
Pulse is an open-source monitoring platform that provides real-time insight into Proxmox, Docker, and Kubernetes infrastructure.
The following placeholders are used in this guide:
pulse.company is the FQDN of the Pulse installation.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. :::
To support the integration of Pulse with authentik, you need to create an application/provider pair in authentik.
Log in to authentik as an administrator and open the authentik Admin interface.
Navigate to Applications > Applications and click Create with Provider to create an application and provider pair. (Alternatively you can first create a provider separately, then create the application and connect it with the provider.)
Strict redirect URI to https://pulse.company/api/oidc/callback.authentik default OAuth Mapping: OpenID 'offline_access' to the selected scopes if you want long-lived sessions backed by refresh tokens.Click Submit to save the new application and provider.
https://authentik.company/application/o/<application_slug>/https://pulse.company/api/oidc/callbackhttps://authentik.company/application/o/<application_slug>/end-session/openid profile email (add offline_access if you added the scope mapping in authentik)email, username, and groups to the claims issued by authentik. Include the groups scope if you want to use allowed groups.:::info Pulse stores refresh tokens encrypted and invalidates the session if a refresh attempt fails, so revoked access at the identity provider logs the user out on the next token refresh. :::
To hide the local login form and show only SSO, set PULSE_AUTH_HIDE_LOCAL_LOGIN=true in your environment variables, or enable Hide local login form in the Pulse admin UI under Settings > Security > Authentication. You can still access the local login by appending ?show_local=true to the Pulse URL when needed.
To confirm that authentik is properly configured with Pulse, log out and attempt to log back in using Single Sign-On. You should be redirected to authentik for authentication and then redirected back to Pulse.