Skip to content

Commit

Permalink
format v2
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu committed Dec 6, 2024
1 parent e4d9a8c commit 6f96327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/integrations/services/netbird/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ The following placeholders will be used:
3. Ensure the **Client Type** is set to `Public`.
4. Note the generated **Client ID** and **Client Secret**.
5. In the provider settings, add the following redirect URLs under **Redirect URIs/Origins**:
- Strict; https://netbird.company
- Regex; https://netbird.company/.*
- Strict; http://localhost:53000
- Strict; `https://netbird.company`
- Regex; `https://netbird.company/.*`
- Strict; `http://localhost:53000`
6. Under **Signing Key**, select an available key. By default, the authentik self-signed certificate is available.
7. Under **Advanced Protocol Settings**, set the **Access Code Validity** to `minutes=10` and set the **Subject Mode** to `Based on the User's ID`.
8. Click **Finish** to save the provider configuration.
Expand Down

0 comments on commit 6f96327

Please sign in to comment.