Pavel Břoušek

Results 19 issues of Pavel Břoušek

### Top-level intent Register Windows Hello as WebAuthn token (which uses attestation format "packed" with self-attestation syntax) ### Steps to reproduce 1. Add token 2. choose WebAuthn 3. use Windows...

Topic: Token
Type: Possible bug

### Top-level intent Register Windows Hello (e.g. fingerprint) as a WebAuthn token. ### Steps to reproduce 1. Add token 2. type WebAuthn 3. look for Windows Hello prompt ### Expected...

Type: Enhancement
Topic: Token

previously an unhandled exception occured closes #3150

allow Windows Hello to be used as a WebAuthn token closes #3142

### Top-level intent Register [tpm-fido](https://github.com/psanford/tpm-fido/) as webauthn token ### Steps to reproduce 1. Add webauthn token 2. use tpm-fido ### Expected outcome Token is added. ### Actual outcome Server error...

Type: Possible bug

**Is your feature request related to a problem? Please describe.** I would like to get the username (saml:Subject / saml:NameID) from the authentication request (as supplied by an SP) in...

escape pipe (delimiter), ampersand (reference) and backslash (escape character) so that passwords with these characters are handled correctly fix #464

allows special characters in readonly user password (same as config and admin password)

ugettext functions were marked as deprecated in Django 3.0 and removed in 4.0 Changes proposed in this PR: * use gettext_lazy instead of ugettext_lazy

previously backend threw KeyError for users with empty name, because `name` is not present in `atresp` at all and it is `None` in response from `/person` endpoint ### All Submissions:...