From 6e6c32a29fda1858e8179c9f8bbe2d47b1fefbdc Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 2 Feb 2024 11:37:54 -0800 Subject: [PATCH] chore(portal): Add helptext explaning auth identities/tokens (#3515) Fixes #3333 --- elixir/apps/web/lib/web/live/actors/show.ex | 6 ++++++ 1 file changed, 6 insertions(+) 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