chore(ux): Add sync time hint help to idp show (#5034)

Adds help text to IdP show page to communicate a little more about how
the sync works and also link to the relevant docs.

Fixes #5025
This commit is contained in:
Jamil
2024-05-20 07:25:28 -07:00
committed by GitHub
parent 5c68b19b07
commit 048a69eef0
3 changed files with 24 additions and 0 deletions

View File

@@ -83,6 +83,14 @@ defmodule Web.Settings.IdentityProviders.GoogleWorkspace.Show do
Reconnect
</.button>
</:action>
<:help>
Directory sync is enabled for this provider. Users, groups, and organizational units will
be synced every 10 minutes on average, but could take longer for very large organizations.
<.website_link href="/kb/authenticate/directory-sync">
Read more
</.website_link>
about directory sync.
</:help>
<:content>
<.header>
<:title>Details</:title>

View File

@@ -83,6 +83,14 @@ defmodule Web.Settings.IdentityProviders.MicrosoftEntra.Show do
Reconnect
</.button>
</:action>
<:help>
Directory sync is enabled for this provider. Users and groups will be synced every 10
minutes on average, but could take longer for very large organizations.
<.website_link href="/kb/authenticate/directory-sync">
Read more
</.website_link>
about directory sync.
</:help>
<:content>
<.header>
<:title>Details</:title>

View File

@@ -81,6 +81,14 @@ defmodule Web.Settings.IdentityProviders.Okta.Show do
Reconnect
</.button>
</:action>
<:help>
Directory sync is enabled for this provider. Users and groups will be synced every 10
minutes on average, but could take longer for very large organizations.
<.website_link href="/kb/authenticate/directory-sync">
Read more
</.website_link>
about directory sync.
</:help>
<:content>
<.header>
<:title>Details</:title>