From 53f5b2d319a4ec68e6bd0876fef3564df1aba24b Mon Sep 17 00:00:00 2001 From: braginini Date: Tue, 14 Mar 2023 16:22:59 +0100 Subject: [PATCH] Add SSO login link --- docs/how-to-guides/periodic-authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-guides/periodic-authentication.md b/docs/how-to-guides/periodic-authentication.md index 01854757..a17f1770 100644 --- a/docs/how-to-guides/periodic-authentication.md +++ b/docs/how-to-guides/periodic-authentication.md @@ -7,7 +7,7 @@ To ensure a high level of security, NetBird offers a peer login expiration featu Every new network has this feature enabled, and the expiration period is set to 24 hours by default. You can disable this feature and configure the expiration period in the account settings in the web UI https://app.netbird.io/settings. :::tip -This feature is only applied to peers added with the interactive SSO login feature. Peers, added with a setup key, won't be affected. +This feature is only applied to peers added with the [interactive SSO login feature](/getting-started/installation#running-netbird-with-sso-login). Peers, added with a setup key, won't be affected. ::: ### Disabling expiration Login expiration can be disabled globally for the whole network or individually for each peer. @@ -22,7 +22,7 @@ You can configure the expiration period in the same section. ### Disabling expiration individually per peer You can disable login expiration per peer without disabling expiration globally. In the Peers tab of the web UI click on the peer you want to disable expiration for and use the Login Expiration switch. -Peers with expiration disabled will be marked with a corresponding label in the peers' table. +Peers with `expiration disabled` will be marked with a corresponding label in the peers' table.

peer-login-expiration