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
Currently, if a user attempts to use our IDP’s FedCM feature on an unsupported browser (or without the necessary flags enabled ), they encounter errors. We want to handle these cases more gracefully by detecting unsupported environments and/or hiding FedCM options entirely . This way, users do not see confusing error messages that might lead them to think the system is broken.
I'm thinking to hide the "Register IdP to FedCM" button from the login page. If the browser have the IdentityProvider API available, we just trigger the register function ( withtout asking the user to click the button ) , otherwise we dont.
Currently, if a user attempts to use our IDP’s FedCM feature on an unsupported browser (or without the necessary flags enabled ), they encounter errors. We want to handle these cases more gracefully by detecting unsupported environments and/or hiding FedCM options entirely . This way, users do not see confusing error messages that might lead them to think the system is broken.
I'm thinking to hide the "Register IdP to FedCM" button from the login page. If the browser have the
IdentityProvider
API available, we just trigger theregister
function ( withtout asking the user to click the button ) , otherwise we dont.related: #66
The text was updated successfully, but these errors were encountered: