From e9ba3daa25497199cecd16ed9d47d889c1738ed2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 22 Jan 2021 11:04:11 +0200 Subject: [PATCH] Created Wordpress (markdown) --- Wordpress.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Wordpress.md diff --git a/Wordpress.md b/Wordpress.md new file mode 100644 index 0000000..7139c1c --- /dev/null +++ b/Wordpress.md @@ -0,0 +1,18 @@ +# Wordpress authentication against EGroupware OpenID Connect server + +1. Add an OpenID client and credentials in EGroupware: Admin > Applications > OpenID / OAuth2 Server > Clients > Add + +![](https://github.com/EGroupware/egroupware/wiki/pics/wp-openid-egroupware.png) + +2. Install OpenID plugin in Wordpress + +![](https://github.com/EGroupware/egroupware/wiki/pics/wp-openid-plugin-install.png) + +3. Configure OpenID plugin in Wordpress + +![](https://github.com/EGroupware/egroupware/wiki/pics/wp-openid-plugin-config.png) +![](https://github.com/EGroupware/egroupware/wiki/pics/wp-openid-plugin-config2.png) + +4. Login Wordpress with EGroupware + +![](https://github.com/EGroupware/egroupware/wiki/pics/wp-openid-login.png) \ No newline at end of file