Releases: privacyidea/adfs-provider
Releases · privacyidea/adfs-provider
v1.3.0
Use this version only with privacyIDEA 3.11 or higher
- Passkey. Unfortunately, usernameless is not possible with AD FS, see the README for recommendations for the use of this plugin. Passkey login can be disabled with the disable_passkey=1 setting.
- Passkey enrollment via validate.
- Changed the parameter names when doing WebAuthn to be uniform with passkey. That is why privacyIDEA 3.11 is required for WebAuthn to work.
- Added auto_submit_otp_length setting to set a OTP digit count for which to automatically submit the form.
- Removed preferred_client_mode setting in favor of the policy in the privacyIDEA server.
v1.2.0
Features
- Token enrollment via challenge-response
- Preferred client mode can be set from the server
v1.1.1
- Add German (de-de) and British English (en-gb) as supported languages.
v1.1.0
- Option to enroll TOTP token if the user has none. This requires a service account to be set (#17)
- Option to forward selected headers (#24)
- Option to set the TLS version explicitly. By default the system version is used as advised by Microsoft. (#23)
- Option to set a custom hint for the OTP input (#21)
- Option to set the preferred token type (if such token was triggered, see docs) (#32)
- If a user has multiple WebAuth token, all of them will be usable now (#29)
v1.0.1
Fixed an issue that would break the UI when using push.
v1.0.0
First Release with the following features:
- OTP token like HOTP, TOTP, SMS, Email
- Push token
- WebAuthn token
- Multi-Challenge (e.g. PIN change during authentication)
- Configurable Windows domain to privacyIDEA realm mapping
v0.10.0 beta2
New Features:
- WebAuthn Support
- Domain to Realm mapping
v0.9.0 beta1
First beta version, check the readme for debugging info