Cornelius Kölbel
Cornelius Kölbel
In the code only challenges from a destinct token are cleaned up. This avoids locking the complete table. pi-manage now has a command "challenge" to clean up expired challenges or...
During mulitchallenge enrollment we should not use the challengetext header and footer, since these are not applicable. Reordering the decorators solves this issue. Closes #3928
Upgrading the database in a devel environment fails due to node config. ~~~ % ./pi-manage db upgrade d0e7144947d0 _ _______ _______ ___ ____(_) _____ _______ __/ _/ _ \/ __/...
The decorators for the event handler is the inner most decorator of a function: ~~~Python @validate_blueprint.route('/check', methods=['POST', 'GET']) @validate_blueprint.route('/radiuscheck', methods=['POST', 'GET']) @validate_blueprint.route('/samlcheck', methods=['POST', 'GET']) @postpolicy(is_authorized, request=request) @postpolicy(mangle_challenge_response, request=request) @postpolicy(construct_radius_response, request=request)...
### Description I would like to use Authelia with 2nd factors managed in [privacyidea](https://github.com/privacyidea/privacyidea) allowing an organizsation to manage their 2nd factors centrally and use these for all login scenrios....
**Is your feature request related to a problem? Please describe.** When you add attribute mapping for users like `"group": "memberO"` and the user is member of a lot of groups,...
**Is your feature request related to a problem? Please describe.** We would like to export tokens with a range of serial number. **Describe the solution you'd like** The best thing...
The dashboard could offer links to further specific tokenkinds or tokentypes. Currently it displays the number of hardware tokens and software tokens. It would be great if these would be...
In privacyIDEA 3.3.3 it looks like as if the ``push_wait`` implementation results in the following issue with push tokens. If a user has more than one push token, and a...
**What kind of unspecific general idea do you have?** During the authentication request a REST API call to a third party service can be issued, e.g. to: - check a...