website/integrations: netbird: fix redirect URI regex (#12284)

This commit is contained in:
Marc 'risson' Schmitt
2024-12-06 16:03:52 +01:00
committed by GitHub
parent 242546e621
commit 5c2853bf73

View File

@ -30,7 +30,7 @@ The following placeholders will be used:
4. Note the generated **Client ID** and **Client Secret**. 4. Note the generated **Client ID** and **Client Secret**.
5. In the provider settings, add the following redirect URLs under **Redirect URIs/Origins**: 5. In the provider settings, add the following redirect URLs under **Redirect URIs/Origins**:
- Strict; https://netbird.company - Strict; https://netbird.company
- Regex; https://netbird.company/.\* - Regex; https://netbird.company/.*
- Strict; http://localhost:53000 - Strict; http://localhost:53000
6. Under **Signing Key**, select an available key. By default, the authentik self-signed certificate is available. 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`. 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`.