diff --git a/elixir/apps/web/lib/web/live/actors/show.ex b/elixir/apps/web/lib/web/live/actors/show.ex index 895b280c2..0446dfafe 100644 --- a/elixir/apps/web/lib/web/live/actors/show.ex +++ b/elixir/apps/web/lib/web/live/actors/show.ex @@ -119,6 +119,9 @@ defmodule Web.Actors.Show do <.section :if={@actor.type != :service_account}> <:title>Authentication Identities + <:help> + Each authentication identity is associated with an identity provider and is used to identify the actor upon successful authentication. + <:action :if={is_nil(@actor.deleted_at)}> <.add_button @@ -192,6 +195,9 @@ defmodule Web.Actors.Show do <.section> <:title>Authentication Tokens + <:help> + Authentication tokens are used to authenticate the actor. Revoke tokens to sign the actor out of all associated client sessions. + <:action :if={is_nil(@actor.deleted_at) and @actor.type == :service_account}> <.add_button