> For the complete documentation index, see [llms.txt](https://docs.shipwithdjango.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shipwithdjango.com/authentication/linkedin.md).

# LinkedIn

To allow users to sign up and log in using their LinkedIn accounts, set `ALLOW_LINKED_IN_LOGIN` to `True`. To configure LinkedIn login:

1. Visit [LinkedIn Developers](https://www.linkedin.com/developers/apps/) while logged into your LinkedIn account and click on **Create app**.
2. Fill in the required details. The **Callback URL** should be set to `https://YOUR_DOMAIN_HERE.COM/swd/accounts/oidc/linkedin/login/callback/`.
3. Once the app is created, LinkedIn will provide a **Client ID** and **Client Secret**.
4. Enter these credentials into the `LINKED_IN_CLIENT_ID` and `LINKED_IN_CLIENT_SECRET` variables in your `CONFIG/authentication.py` config file.
