Skip to content

Releases: privacyidea/adfs-provider

v1.3.0

28 May 07:54
f50e747

Choose a tag to compare

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

27 Mar 11:00
cecd889

Choose a tag to compare

Features

  • Token enrollment via challenge-response
  • Preferred client mode can be set from the server

v1.1.1

20 Oct 08:44

Choose a tag to compare

  • Add German (de-de) and British English (en-gb) as supported languages.

v1.1.0

25 Aug 13:55

Choose a tag to compare

  • 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

26 Jul 09:02

Choose a tag to compare

Fixed an issue that would break the UI when using push.

v1.0.0

19 Jul 10:27

Choose a tag to compare

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

06 Jul 06:56
b1bdca8

Choose a tag to compare

New Features:

  • WebAuthn Support
  • Domain to Realm mapping

v0.9.0 beta1

10 Jun 14:07

Choose a tag to compare

v0.9.0 beta1 Pre-release
Pre-release

First beta version, check the readme for debugging info