Skip to content

Commit

Permalink
Merge pull request #114 from cviecco/Enhance-okta-push-messaging-in-ui
Browse files Browse the repository at this point in the history
enhancing okta 2fa messaging include okta push
  • Loading branch information
rgooch committed Apr 29, 2021
2 parents 0dc0e16 + 481f09b commit 9bbef0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/keymasterd/templateData.go
Expand Up @@ -176,6 +176,10 @@ const secondFactorAuthFormText = `
{{if .ShowOktaOTP}}
<div id="okta_login_destination" style="display: none;">{{.LoginDestination}}</div>
<form enctype="application/x-www-form-urlencoded" action="/api/v0/okta2FAAuth" method="post">
<p>
Okta push has been automatically started. If you are not able to receive the
push notification you can proceed by entering the Okta OTP code.
</p>
<p>
Enter TOTP token value: <INPUT TYPE="text" NAME="OTP" SIZE=18 autocomplete="off">
<INPUT TYPE="hidden" NAME="login_destination" VALUE={{.LoginDestination}}>
Expand Down

0 comments on commit 9bbef0c

Please sign in to comment.