You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/content/oidc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ After the client creation steps above, go to the client's `Credentials` tab and
37
37
### 2. Configure Listmonk
38
38
2. In Listmonk Admin -> Settings -> Security -> OIDC.
39
39
-**Enable OIDC SSO**: Turn on
40
-
-**Provider URL**: `https://keycloak.yoursite.com/auth/realms/{realm}` (replace `{realm}` with the chosen realm name)
40
+
-**Provider URL**: `https://keycloak.yoursite.com/realms/{realm}` (replace `{realm}` with the chosen realm name). This URL is as of v26.3 and may differ across Keycloak versions.
41
41
-**Provider name**: Set a name to show on the listmonk login form, eg: `Login with OrgName`
42
42
-**Client ID**: Client ID set in Keycloak, eg: `listmonk`
43
43
-**Client Secret**: Client Secret copied from Keycloak
0 commit comments