Skip to content

Detect webauthn browser support #154

@phavekes

Description

@phavekes

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
 }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions