Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Add link to OIDC setup documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gregone committed Nov 9, 2021
1 parent b4d0ed6 commit d924949
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ui/app/templates/auth/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
{{t 'auth.button'}}
</LinkTo>
</p>
<hr />
<p>
<small>
<ExternalLink href="https://www.waypointproject.io/docs/server/auth/oidc">
{{t 'auth.oidc_docs_link'}}
</ExternalLink>
</small>
</p>
{{/if}}
<hr />
<p>
Expand Down
3 changes: 2 additions & 1 deletion ui/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ auth:
button: 'Authenticate'
token_link: 'Authenticate with Token'
loading: 'Authenticating...'
oidc_docs_link: 'Set up OIDC'

login:
title: 'Authenticate Waypoint'
Expand All @@ -149,7 +150,7 @@ login:
label: 'Then enter the token below'
placeholder: 'Enter your token from the CLI'
button: 'Authenticate with token'
oidc_link: 'Authenticate with SSO'
oidc_link: 'Authenticate with OIDC'

invite_login:
title: 'Welcome to Waypoint'
Expand Down

0 comments on commit d924949

Please sign in to comment.