website/integrations/infrastructure/zendesk/index.mdx
import TabItem from "@theme/TabItem"; import Tabs from "@theme/Tabs";
Zendesk is a customer support and ticketing platform.
The following placeholders are used in this guide:
company.zendesk.com is the FQDN of your Zendesk company portal.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. :::
Zendesk can be configured to use either OIDC or SAML. This guide covers both methods.
<Tabs defaultValue="oidc" values={[ { label: "Log in with OIDC", value: "oidc" }, { label: "Log in with SAML", value: "saml" }, ]}> <TabItem value="oidc">
To support the integration of Zendesk 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://company.zendesk.com/access/oidc/callback.Click Submit to save the new application and provider.
Log in to Zendesk as an administrator.
Navigate to Security > Single sign-on (SSO) > Create SSO configuration and click OpenID Connect.
authentikopenid profile emailhttps://authentik.company/application/o/<application_slug>/PKCEhttps://authentik.company/application/o/<application_slug>/authentikClick Submit.
To support the integration of Zendesk with authentik, you need to create an application/provider pair in authentik.
https://company.zendesk.com/access/saml/.https://authentik.company.Post.Log in to Zendesk as an administrator.
Navigate to Security > Single sign-on (SSO) > Create SSO configuration and click SAML.
https://authentik.company/application/saml/<application_slug>/sso/binding/post/https://authentik.company/application/saml/<application_slug>/slo/binding/redirect/authentikClick Submit.
To confirm that authentik is properly configured with Zendesk, log out, then attempt to log back in by visit your Zendesk portal and clicking Log in with authentik.