django-fido icon indicating copy to clipboard operation
django-fido copied to clipboard

Feature idea - provisioning registrations

Open variable opened this issue 1 year ago • 4 comments

I have a feature request from my workplace to add an approval step for self-registering keys. Currently when someone registers a key, it can be authenticated immediately, the Authenticator model doesn't have a status field to disable the key.

Is this something I can implement and be included into this package?

variable avatar Mar 30 '23 02:03 variable

This can be currently (somewhat) achieved by disabling self-registration and using an admin view to add Authenticator to selected users.

As for the proposed change, I am not opposed to it as long as it is an opt-in.

@ziima @stinovlas your thought?

tpazderka avatar Mar 30 '23 07:03 tpazderka

Sounds reasonable

ziima avatar Mar 30 '23 07:03 ziima

I think this might prove useful in our workplace as well. Being able to disable authenticator without removing it sound like a good feature anyway =o).

stinovlas avatar Mar 30 '23 07:03 stinovlas

This can be currently (somewhat) achieved by disabling self-registration and using an admin view to add Authenticator to selected users.

As for the proposed change, I am not opposed to it as long as it is an opt-in.

@ziima @stinovlas your thought?

Yeah this is what we have done so far, I have disabled self-registration but work is floating an idea to re-enable it again with approval step.

variable avatar Mar 30 '23 07:03 variable