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

Detect webauthn browser support #154

Open
phavekes opened this issue Nov 30, 2024 · 0 comments
Open

Detect webauthn browser support #154

phavekes opened this issue Nov 30, 2024 · 0 comments

Comments

@phavekes
Copy link
Member

This issue is imported from pivotal - Originaly created at Apr 29, 2021 by Peter Havekes

Detect if the browser supports webauthn before attempting authentication or registration. This can be done in javascript:

 if (typeof(PublicKeyCredential) == "undefined") {
   // Show a webpage informing the user about the unsupported browser,
   // and a button return the user to sa-gateway with a saml-error response
 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant