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

missing non-deprecated endpoint to obtain U2F IDs #392

Open
demircis opened this issue Oct 22, 2024 · 1 comment
Open

missing non-deprecated endpoint to obtain U2F IDs #392

demircis opened this issue Oct 22, 2024 · 1 comment

Comments

@demircis
Copy link

The ListHumanAuthFactors endpoint in the management service did return the ID of the auth factor. This endpoint has been deprecated in v3 in favor of the ListAuthenticationMethodTypes endpoint, however that endpoint does not return the ID but only the authentication method type. If we want to programmatically remove an U2F token, we would need the U2F ID (RemoveU2F endpoint).

There is a ListPasskeys endpoint but that one only lists the objects of the authentication method type passkey, so no U2F tokens are returned.

@hifabienne
Copy link
Member

Hi @demircis
The endpoint for listing all possible authentication methods of a user, is meant to be able to build a login ui, so you know which ui components you have to show.
From a first glance i have the impression that we missed to implement the listfactors endpoint.
I will move the issue to investigating, so the engineers can have a look at it

@hifabienne hifabienne moved this to 🧐 Investigating in Product Management Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🧐 Investigating
Development

No branches or pull requests

2 participants