You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: