# Linkedin

You will need to set up an application with Linkedin social login provider to get the Client ID and Client Secret which will be required in the config Dashboard.

### How to get Client ID and Client Secret?

1. Go to the [Linkedin Developer Platform](https://developer.linkedin.com/) **->** Click on the <mark style="color:purple;">**`Create app`**</mark> button

<figure><img src="/files/fKlZZv9cBdm5gDr0dXFK" alt=""><figcaption></figcaption></figure>

2. <mark style="color:purple;">**`Sign in`**</mark> into your Linkedin account

<figure><img src="/files/Mr9ezVIQcEOryJQ1sqyw" alt=""><figcaption></figcaption></figure>

3. <mark style="color:purple;">**`Name the app`**</mark> **->** <mark style="color:purple;">**`Paste`**</mark> your Linkedin page **->** <mark style="color:purple;">**`Upload`**</mark> the App logo **->** Click on the  <mark style="color:purple;">**`Create App`**</mark>  button

<figure><img src="/files/UqQAmUxvlBPa87AJAYbl" alt=""><figcaption></figcaption></figure>

4. Go to the <mark style="color:purple;">**`Auth`**</mark> tab&#x20;

<figure><img src="/files/rXW1GGhvYJcbNlIXI2gb" alt=""><figcaption></figcaption></figure>

5. Copy the <mark style="color:purple;">**`Client ID`**</mark> and <mark style="color:purple;">**`Client Secret`**</mark>

<figure><img src="/files/DXcDZOSKf8fEzMRizNUC" alt=""><figcaption></figcaption></figure>

6. Paste your <mark style="color:purple;">**`Client ID`**</mark> and <mark style="color:purple;">**`Client Secret`**</mark> into the **corresponding fields in the WalliD config Dashboard**

<figure><img src="/files/vpkK38M87Th4UqCK0RG5" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wallid.io/config-dashboard/authentication/social-login-providers/linkedin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
