Skip to content

Commit

Permalink
Improve wording and link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Nov 18, 2024
1 parent 7889b29 commit 461e8e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions frontend_vue/src/components/tokens/idp_app/ActivatedToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
When the fake app is opened from your IdP dashboard you receive an alert.
<ButtonActivateTokenTips @how-to-use="$emit('howToUse')" />
</p>
<BaseMessageBox
variant="info"
class="mt-32"
>Select an app to download an icon to use for the fake app on your IdP dashboard.</BaseMessageBox
>
<CreateAppPreview />
</template>

Expand Down
5 changes: 0 additions & 5 deletions frontend_vue/src/components/tokens/idp_app/ManageToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
:token-url="tokenUrl"
:entity-id="entityId"
/>
<BaseMessageBox
variant="info"
class="mt-32"
>Select an app to download an icon to use for the fake app on your IdP dashboard.</BaseMessageBox
>
<CreateAppPreview />
</template>

Expand Down
13 changes: 12 additions & 1 deletion frontend_vue/src/components/tokens/idp_app/TokenDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="flex flex-col gap-16">
<base-code-snippet
lang="javascript"
label="Login URL"
label="Assertion Consumer Service / Relay State URL"
is-single-line
:code="tokenUrl"
></base-code-snippet>
Expand All @@ -13,6 +13,17 @@
:code="entityId"
></base-code-snippet>
</div>
<BaseMessageBox
variant="info"
class="mt-32"
>For setup instructions for Entra ID and Okta, head over to our
<a
style="text-decoration: underline"
href="https://docs.canarytokens.org/guide/idp-app-token.html"
>
docs
</a>
</BaseMessageBox>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 461e8e5

Please sign in to comment.