From d74dfcbf2c50b705b577c29b04a22343c7585e3b Mon Sep 17 00:00:00 2001 From: Bethuel Mmbaga Date: Fri, 5 Apr 2024 20:33:13 +0300 Subject: [PATCH] Include SSO feature in Okta (#179) --- src/pages/how-to/idp-sync.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/how-to/idp-sync.mdx b/src/pages/how-to/idp-sync.mdx index c891a3c9..e564cf74 100644 --- a/src/pages/how-to/idp-sync.mdx +++ b/src/pages/how-to/idp-sync.mdx @@ -134,6 +134,12 @@ If your organization relies on Okta for managing employee access, automating acc #### Supported Features + +##### OIDC Features +- **SP-initiated SSO (Single Sign-On)**: Users must start authentication from NetBird's [login page](https://app.netbird.io/) +by entering their Okta email and clicking `Continue`. + +##### SCIM Features - **Create Users**: Users added through Okta will automatically be created in NetBird. - **Update User Attributes**: Any changes to user attributes in Okta will be synchronized with NetBird. - **Deactivate Users**: Deactivating a user in Okta will also deactivate them in NetBird.