Cornelius Kölbel
Cornelius Kölbel
In two step enrollment the privacyIDEA authenticator generates a client part. Currently the user needs to enter this in privacyIDEA. The first QR code could contain the information that allows...
I have this code: ``` challenge = b("THis is challenge") digest = "sha1" pkey = crypto.load_privatekey(crypto.FILETYPE_PEM, PRIVKEY) cert = crypto.load_certificate(crypto.FILETYPE_PEM, SELFCERT) signature = crypto.sign(pkey, challenge, digest) crypto.verify(cert, signature, challenge, digest)...
consumer would not be displayed as html in firefox. The continue button would be displayed as text/plain in the browser.
I am not sure if this is an issue in nitrokey-app or in libnitrokey. When I am running nitrokey-app I can not use libnitrokey. The NK_login_auto returns 0 connected nitrokeys.
This issue supersedes #285 in regards to token groups. # General Concept A token group is a string identifier that groups tokens logically togeather. Tokengroups should be defined and stored...
This issue supersedes issue #285 in regards to *Host Groups*. # Genral Concept Reading machines from sources like AD or /etc/hosts has proven to be impracticable e.g. for offline token....
If a user has many different SSH keys assigned on one machine for different ssh-users on this machine, this line gets logged for each SSH key, that is not used:...
See https://github.com/privacyidea/pi-authenticator/issues/168 We could use the authentication cache to allow the reuse of a "TOTP" token for a complete day. On the other hand, this might be a bit confusing,...
Subscription check should not fail for the subscribed users. Closes #3296