Wordpress - EGroupware/egroupware GitHub Wiki
Wordpress authentication against EGroupware OpenID Connect server
- Add an OpenID client and credentials in EGroupware: Admin > Applications > OpenID / OAuth2 Server > Clients > Add
- Install OpenID plugin in Wordpress
- Configure OpenID plugin in Wordpress
- Login Wordpress with EGroupware
To open your Wordpress site inside EGroupware, you need to remove the
X-Frame-Options
header from WP and set in theContent-Security-Policy
header additionalframe-ancestors https://your.wordpress.url
.