Skip to content

Commit 7f1f50f

Browse files
authored
UI: update OIDC image alt text to be more informative (#31083)
* update alt text to be more informative * update alt text
1 parent 14db682 commit 7f1f50f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • ui/app/templates/vault/cluster/access/oidc

ui/app/templates/vault/cluster/access/oidc/index.hbs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
</div>
1616

1717
<div class="box is-fullwidth is-shadowless">
18-
<img data-test-oidc-img src={{img-path "~/oidc-landing.png"}} alt="OIDC configure diagram" />
18+
<img
19+
data-test-oidc-img
20+
src={{img-path "~/oidc-landing.png"}}
21+
alt="Example flow of a user logging in to an application, which redirects them to the Vault U-I for authentication. Vault displays an auth method selection form and forwards the user to an upstream identity provider (like A-W-S, Okta, or Microsoft) for final credential verification."
22+
/>
1923
</div>

0 commit comments

Comments
 (0)