Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document QR code generator for OTP for Admin #116

Open
cwisdo opened this issue Feb 6, 2023 · 1 comment
Open

Document QR code generator for OTP for Admin #116

cwisdo opened this issue Feb 6, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@cwisdo
Copy link
Collaborator

cwisdo commented Feb 6, 2023

https://stefansundin.github.io/2fa-qr/

@cwisdo cwisdo self-assigned this Feb 6, 2023
@cwisdo
Copy link
Collaborator Author

cwisdo commented Feb 27, 2023

Something like:

First, navigate to https://stefansundin.github.io/2fa-qr/ in your web browser.

Select the kind of 2FA to set up: Time based (TOTP)

In the "Secret" field, enter the secret key or seed that you chose for your deployment. This key should be a string of text.

In the "Label" field, enter the name of the account you want to associate with this OTP.

Once you have entered the account name and secret key, the QR code should automatically be displayed below, along with a preview of how it will display within the authenticator app. You can save image of the QR code for later use.

Scan the QR code using the two-factor authentication setup process in the deployment. This should complete the setup process and enable OTP for the selected user.

Test the OTP configuration to ensure that it is working properly. You should be prompted to enter a one-time password generated by your OTP app or device whenever you log in to the deployment.

@cwisdo cwisdo added the documentation Improvements or additions to documentation label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants