website/integrations: fix missing space after comma (#16650)

The look on my face when I noticed this...
This commit is contained in:
Dominic R
2025-09-06 20:20:21 -04:00
committed by GitHub
parent 5c77fa0300
commit b356c8dbb5
63 changed files with 63 additions and 63 deletions

View File

@@ -33,7 +33,7 @@ To support the integration of Coder with authentik, you need to create an applic
- **Application**: provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings.
- **Choose a Provider type**: select **OAuth2/OpenID Connect** as the provider type.
- **Configure the Provider**: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations.
- Note the **Client ID**,**Client Secret**, and **slug** values because they will be required later.
- Note the **Client ID**, **Client Secret**, and **slug** values because they will be required later.
- Set a `Strict` redirect URI to `https://coder.company/api/v2/users/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/flows-stages/bindings/) (policy, group, or user) to manage the listing and access to applications on a user's **My applications** page.