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

Query Side Authenticators #7315

Open
10 tasks
Tracked by #6433
hifabienne opened this issue Jan 30, 2024 · 2 comments
Open
10 tasks
Tracked by #6433

Query Side Authenticators #7315

hifabienne opened this issue Jan 30, 2024 · 2 comments

Comments

@hifabienne
Copy link
Member

hifabienne commented Jan 30, 2024

As a ZITADEL Administrator I want to be able to get a list of all different kind of authenticators to my users.

Acceptance Criteria

  • ListAuthenticators: Returns a list of added authenticators for a user
    • Username
    • Password
    • webAuthNKey
    • One time password Email
    • One time password SMS
    • Time based one time password
    • JWT profile key
    • Identity Providers
    • PAT

Additional Information

Authenticators

  • username: human readable identifier of the user
    • username
    • isOrgSpecific: if set to true, login with this authenticator is only possible if org is defined TODO: add to LoginPolicy (Authenticator list as proposal)
  • password
  • webAuthNKey
  • one time password
    • email
    • phone
  • time based one time password
  • jwt profile key
  • identity provider
    • identity provider
    • isOrgSpecific: if set to true, login with this authenticator is only possible if org is defined TODO: add to LoginPolicy (Authenticator list as proposal)
  • FUTURE: recovery code
@hifabienne
Copy link
Member Author

@stebenz @eliobischof Can you please estimate the issue?

@hifabienne hifabienne added resources and removed auth labels Jan 30, 2024
@stebenz
Copy link
Collaborator

stebenz commented Mar 27, 2024

Estimation:

  • projection definition: 1d
  • unit tests: 0,5d
  • proto definitions: 0,5d
  • integration tests: 1d

Summary: 3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📝 Prioritized Product Backlog
Development

No branches or pull requests

3 participants