mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user