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

Enable QR code generation for TOTP authenticator apps in a Razor Pages app #34294

Open
Rick-Anderson opened this issue Dec 4, 2024 · 5 comments

Comments

@Rick-Anderson
Copy link
Contributor

Rick-Anderson commented Dec 4, 2024

Description

[Enter feedback here]

Page URL

https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-enable-qrcodes?view=aspnetcore-9.0&branch=pr-en-us-34298

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/authentication/identity-enable-qrcodes.md

Document ID

270bedc7-a636-5bd0-9e2f-e42235deec8c

@Rick-Anderson Rick-Anderson added ⌚ Not Triaged Source - Docs.ms Docs Customer feedback via GitHub Issue labels Dec 4, 2024
@Rick-Anderson Rick-Anderson self-assigned this Dec 4, 2024

This comment has been minimized.

@guardrex
Copy link
Collaborator

guardrex commented Dec 4, 2024

@Rick-Anderson
Copy link
Contributor Author

Did you mean to open this from the RP article? ...

https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-enable-qrcodes?view=aspnetcore-9.0

Dan want's it for both RP and MVC. Maybe I can start out with just RP.

@guardrex
Copy link
Collaborator

guardrex commented Dec 4, 2024

I asked because the issue was decked out with Blazor labels, and it looked like it was opened from the Blazor article. No worries ... I see that you updated the labeling.

@guardrex
Copy link
Collaborator

I'm going to take myself off of this now. The Blazor work has been done, and the content is live ...

https://learn.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/standalone-with-identity/qrcodes-for-authenticator-apps?view=aspnetcore-9.0

AFAICT, the only significant change here would be just to use a different JS library. The one used here, which is the one that I started with for Blazor, isn't really supported by its maintainer. On the Blazor side, we're able to use a .NET lib with standalone WASM (and of course, the server-side Blazor article generates the QR code server-side). Here, it looks like the article will stick with a JS-based approach and lib. The one that I was going to use for Blazor via JS is nimiq/qr-creator. Maybe that one is better here, maybe not.

@guardrex guardrex added doc-enhancement and removed Source - Docs.ms Docs Customer feedback via GitHub Issue labels Dec 12, 2024
@guardrex guardrex removed their assignment Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants