Cornelius Kölbel
Cornelius Kölbel
**Is your feature request related to a problem? Please describe.** A user may have several different email addresses mapped, that can be used to send notifications to using the event...
privacyIDEA knows subscriptions and it knows, which plugins communicate with privacyIDEA. These are stored in the table [ClientApplication](https://github.com/privacyidea/privacyidea/blob/master/privacyidea/models.py#L2674) including the name of the Plugin and the lastseen timestamp. If the...
It looks like some authenticator apps do not implement the full specification and only expect the issuer in the label separated like: Issuer:Tokenlabel as described here: https://github.com/google/google-authenticator/wiki/Key-Uri-Format#label We might consider...
# Use Case an **administrator** of a **community edition** would like to see (e.g. in the dashboard, if he is running the latest version or if there is a newer...
What a cool software! Actually privacyIDEA uses the policy actions "*tokentype*_otp_pin_contents" and others in the scopes `admin` and `user`. See https://github.com/privacyidea/privacyidea/blob/95b25a1532758756d9deb28cb07a3a764af26b2d/privacyidea/lib/policy.py#L3224 Unfortunately this is not displayed in the WebUI. *...
We have a lot of policies, that can decline an authentication call like the policies like `auth_max_success` in the Authorization scope. However, all these policies are evaluated *after* the authentication...
We continue experiencing a requiremt in customer projects. Admins want to put the task of deciding whether a user is required to use a 2nd factor or not on privacyIDEA....
A redesign of privacyIDEA could make use of microservices. An LDAP Resolver, SQL Resolver could be standalone microserves, that could stretch over different machines or containers. The server (authentication server)...
We have two files for translations. One for the backend and one for the UI. This might make sense, if we one day strip the UI (see #605). Currently it...