website/integrations: update wordpress launch URL (#5906)

Update index.md

Added /wp-login.php in the application's configuration to force authentik to directly jump into the login screen for Wordpress' backend. The shown configuration launches the main site instead which seems to be wrong somehow.

Signed-off-by: Oliver Pifferi <oliver@pifferi.info>
This commit is contained in:
Oliver Pifferi 2023-06-08 20:08:47 +02:00 committed by GitHub
parent 54ef88a6fa
commit 52cfd0d46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -65,12 +65,12 @@ Review each setting and choose the ones that you require for your installation.
### Step 3 - authentik
In authentik, create an application which uses this provider. Optionally apply access restrictions to the application using policy bindings.
In authentik, create an application which uses this provider and directly launches Wordpress' backend login-screen. Optionally apply access restrictions to the application using policy bindings.
- Name: Wordpress
- Slug: wordpress
- Provider: wordpress
- Launch URL: https://wp.company
- Launch URL: https://wp.company/wp-login.php
## Notes