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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/openid.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -388,3 +388,25 @@ oidc_providers:
388
388
localpart_template: "{{ user.login }}"
389
389
display_name_template: "{{ user.full_name }}"
390
390
```
391
+
392
+
### XWiki
393
+
394
+
Install [OpenID Connect Provider](https://extensions.xwiki.org/xwiki/bin/view/Extension/OpenID%20Connect/OpenID%20Connect%20Provider/) extension in your [XWiki](https://www.xwiki.org) instance.
395
+
396
+
Synapse config:
397
+
398
+
```yaml
399
+
oidc_providers:
400
+
- idp_id: xwiki
401
+
idp_name: "XWiki"
402
+
issuer: "https://myxwikihost/xwiki/oidc/"
403
+
client_id: "your-client-id" # TO BE FILLED
404
+
# Needed until https://github.com/matrix-org/synapse/issues/9212 is fixed
0 commit comments