website: Copy files during build. website: Allow for mixed env builds. website: Reduce build size. website: Expose build. website: Add build memory debugging. WIP: Disable broken links check to compare memory usage. website: Update deps. website: Clean up API paths. website: Flesh out 3.8 fixes. Format. website: Update ignore paths. Website: Clean up integrations build. website: Fix paths. website: Optimize remark. website: Update deps. website: Format. website: Remove linking. website: Fix paths. wip: Attempt API only build. Prep. Migrate render to runtime. Tidy sidebar. Clean up templates. docs: Move directory. WIP docs: Flesh out split. website: Fix issue where routes have collisions.
1.6 KiB
1.6 KiB
title, support_level
| title | support_level |
|---|---|
| authentik |
Allows users to authenticate using their twitter credentials
Preparation
The following placeholders are used in this guide:
authentik.companyis the FQDN of the authentik installation.
You will need to create a new project, and OAuth credentials in the Twitter Developer console.
- Visit https://developer.twitter.com/ to create a new App
- Select an environment fitting to your use-case
- Give the app a name, for example authentik
- Finish setting up the app by clicking App settings. Any of the API keys on this screen are not used by authentik.
- Click the Set up button
- Enable OAuth 2.0
- Set Type of App to Web
- Set Callback URI / Redirect URL to
https://authentik.company/source/oauth/callback/twitter/ - Set Website URL to
https://authentik.company
- Confirm with Save
- Copy and store Client ID and Client Secret for later
authentik
-
Under Directory -> Federation & Social login Click Create Twitter OAuth Source
-
Name: Choose a name (For the example I use Google)
-
Slug: twitter (If you choose a different slug the URLs will need to be updated to reflect the change)
-
Consumer Key: Your Client ID from step 25
-
Consumer Secret: Your Client Secret from step 25
:::note For instructions on how to display the new source on the authentik login page, refer to the Add sources to default login page documentation. :::

