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:
parent
54ef88a6fa
commit
52cfd0d46d
|
@ -65,12 +65,12 @@ Review each setting and choose the ones that you require for your installation.
|
||||||
|
|
||||||
### Step 3 - authentik
|
### 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
|
- Name: Wordpress
|
||||||
- Slug: wordpress
|
- Slug: wordpress
|
||||||
- Provider: wordpress
|
- Provider: wordpress
|
||||||
- Launch URL: https://wp.company
|
- Launch URL: https://wp.company/wp-login.php
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
|
|
Reference in New Issue