From 1403f17d62127c3dfde6e5adde6b080666381da4 Mon Sep 17 00:00:00 2001 From: virtualboys Date: Wed, 9 Apr 2025 18:10:33 -0400 Subject: [PATCH] Fix redirect URL in wordpress integration guide (#13955) Update wordpress integration guide to fix redirect URL Signed-off-by: virtualboys --- website/integrations/services/wordpress/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/wordpress/index.md b/website/integrations/services/wordpress/index.md index ce64052f92..dd1a60b241 100644 --- a/website/integrations/services/wordpress/index.md +++ b/website/integrations/services/wordpress/index.md @@ -38,7 +38,7 @@ To support the integration of WordPress with authentik, you need to create an ap - **Choose a Provider type**: select **OAuth2/OpenID Connect** as the provider type. - **Configure the Provider**: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations. - Note the **Client ID**,**Client Secret**, and **slug** values because they will be required later. - - Set a `Strict` redirect URI to https://wp.company/admin-ajax.php\?action=openid-connect-authorize. + - Set a `Strict` redirect URI to https://wp.company/wp-admin/admin-ajax.php\?action=openid-connect-authorize. - Select any available signing key. - Under **Advanced Protocol Settings**, add `offline_access` to the list of available scopes. - **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/flows-stages/bindings/) (policy, group, or user) to manage the listing and access to applications on a user's **My applications** page.