website/integrations/networking/firezone/index.md
Firezone is an open-source remote access platform built on WireGuard®, a modern VPN protocol that's 4-6x faster than OpenVPN.
The following placeholders are used in this guide:
firezone.company is the FQDN of the Firezone 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 Firezone with authentik, you need to create an application/provider pair in authentik.
Strict redirect URI to https://firezone.company/auth/oidc/authentik/callback/.To configure OpenID Connect authentication with Firezone, navigate to Settings > Security of your Firezone installation and click Add OpenID Connect Provider under Single Sign-On.
:::info In the event of a configuration error, it is possible to re-enable local authentication, if previously disabled, by following instructions provided on Firezone's troubleshooting documentation. :::
Set the following values in the Firezone UI:
authentikauthentik (This is the label that is shown on the login page)openid email profilecodehttps://authentik.company/application/o/<application_slug>/.well-known/openid-configurationhttps://firezone.company/auth/oidc/authentik/callback/To verify that authentik is correctly set up with Firezone, navigate to your Firezone installation and click authentik. A successful login should redirect you to the main page of your installation.