Cornelius Kölbel
Cornelius Kölbel
Thanks for filing this issue. This is not reproducable with the given information. Currently we do not support Python 3.10. So it might be an issue with 3.10. We will...
This is by accident and now it is known. ``` │ │ │ │ - self.add_tokeninfo("timeShift", shift) │ │ │ │ + info["timeShift"] = shift │ │ │ │ +...
@plettich please check if we can do an automatic `python setup.py sdist` as github action (see Make directive `pypi`.) Before this the documentation and translation should be built.
Oh darn, this is a dublicate of #1220.
Hi @sepp67 to my unterstanding this is the problem of the calling application, that needs to encode the parameters, right? So this can be closed as in issue in the...
@plettich Does this happen with WSGI script running in apache or with ``pi-manage runserver``?
@plettich can we close this? Is this still relevant at all? (We do not need to be able to work in each and every quirky configuration - who would acutally...
Why not stick to old ideas and integrate the ready made solutions https://github.com/privacyidea/privacyidea. Originally I implemented the SCIM user connector of privacyIDEA to work with osiam... You can simply use...
Just a quick check: If I enter a second nitrokey, the 1st nitrokey gets disconnected from nitrokey-app and the 2nd gets connected to nitrokey-app. In this case I can use...
You are right. Probably the wrong expected length lead to such errors explicitly in yubiotp. @gwdgswong would it be possible, that you provide a traceback?