Skip to content

Commit 0209a51

Browse files
authored
docs: update README with audience creation steps (#69)
- Added detailed instructions for creating an audience in the Keycloak client settings, including configuration of client scopes and mappers. - Enhanced clarity of the README to assist users in setting up audience management effectively.
1 parent 2ba957c commit 0209a51

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,14 @@ This simplified example lets you host pad on `localhost` but is not safe for rea
8686
* Fill in the details
8787
* **Important:** Tick `Email verified`
8888
* Go to the `Credentials` tab for the new user and set a password
89-
89+
* **Create an Audience:**
90+
* Navigate to `Clients` -> `[Your Client ID]` -> `Client Scopes`
91+
* Click on the dedicated scope of your Client (`[clientid]-dedicated`)
92+
* Click on `Configure a new mapper`
93+
* Then click on `Audience`
94+
* Ensure `Included Client Audience` matches your `Client ID`
95+
* Ensure `Add to access token` is On
96+
9097
### 5️⃣ Coder 🧑‍💻
9198

9299
* **Find Docker Group ID:** You'll need this to grant necessary permissions

0 commit comments

Comments
 (0)