Skip to content

Commit

Permalink
website/integrations: netbird: fix redirect URI regex (#12284)
Browse files Browse the repository at this point in the history
  • Loading branch information
rissson authored Dec 6, 2024
1 parent 242546e commit 5c2853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/integrations/services/netbird/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following placeholders will be used:
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/.\*
- 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`.
Expand Down

0 comments on commit 5c2853b

Please sign in to comment.