Skip to content

Commit

Permalink
chore(ux): Add sync time hint help to idp show (#5034)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jamilbk committed May 20, 2024
1 parent 5c68b19 commit 048a69e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 048a69e

Please sign in to comment.