mirror of
https://github.com/goauthentik/authentik
synced 2026-05-05 06:32:15 +02:00
website: fix typos (#20996)
This commit is contained in:
@@ -29,7 +29,7 @@ By default, GLPI only offers OAuth authentication to subscribers. This guide des
|
||||
|
||||
### Install the samlSSO plugin
|
||||
|
||||
1. Download latest release from the [samlSSO GitHub project](https://github.com/DonutsNL/samlsso).
|
||||
1. Download the latest release from the [samlSSO GitHub project](https://github.com/DonutsNL/samlsso).
|
||||
2. Unpack the release ZIP file into the `glpi/data/marketplace` directory of your GLPI installation.
|
||||
3. Log in to GLPI as an administrator and navigate to **Setup** > **Plugins**.
|
||||
4. Click the Install icon (folder with a `+` symbol) next to the **samlSSO** plugin.
|
||||
@@ -90,7 +90,7 @@ To support the integration of GLPI with authentik, you need to create an applica
|
||||
|
||||
### JIT rules _(optional)_
|
||||
|
||||
It's possible to auto assign profiles and groups when a user is created in GLPI.
|
||||
It's possible to auto-assign profiles and groups when a user is created in GLPI.
|
||||
|
||||
1. Log in to GLPI as an administrator, navigate to **Setup** > **samlSSO** > **JIT import rules**, and click **Add**.
|
||||
2. Provide a **Name**, **Logical operator** type, set **Active** to `Yes`, and then click **Add**.
|
||||
|
||||
@@ -18,8 +18,8 @@ This is based on authentik 2022.11 and Wiki.js 2.5. Instructions may differ betw
|
||||
|
||||
The following placeholders are used in this guide:
|
||||
|
||||
- `wiki.company` is the FQDN of Wiki.js installation.
|
||||
- `authentik.company` is the FQDN of authentik installation.
|
||||
- `wiki.company` is the FQDN of the Wiki.js installation.
|
||||
- `authentik.company` is the FQDN of the authentik installation.
|
||||
|
||||
:::info
|
||||
This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application.
|
||||
@@ -67,9 +67,9 @@ In Wiki.js, configure the authentication strategy with these settings:
|
||||

|
||||
|
||||
:::info
|
||||
You do not have to enable "Allow self-registration" and select a group to which new users should be assigned, but if you don't you will have to manually provision users in Wiki.js and ensure that their emails match the email they have in authentik.
|
||||
You do not have to enable "Allow self-registration" and select a group to which new users should be assigned, but if you don't, you will have to manually provision users in Wiki.js and ensure that their email addresses match the ones they have in authentik.
|
||||
:::
|
||||
|
||||
:::info
|
||||
If you're using self-signed certificates for authentik, you need to set the root certificate of your CA as trusted in WikiJS by setting the NODE_EXTRA_CA_CERTS variable as explained here: https://github.com/Requarks/wiki/discussions/3387.
|
||||
If you're using self-signed certificates for authentik, you need to set the root certificate of your CA as trusted in Wiki.js by setting the NODE_EXTRA_CA_CERTS variable as explained here: https://github.com/Requarks/wiki/discussions/3387.
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user