Skip to content

[bred] Let the user choose the order of SCA methods and customize the device name

Woob Import requested to merge bred-choose-sca-order into master

The default SCA methods were : app notification, then sms, then otp. This patch allows the user to configure (in config file), using the preferred_sca key, the list of authentication methods he wants to allow (for example, to have SMS first, then App notification, etc...)

As for now, the following methods are supported by the module:

  • notification (mobile application notification)
  • sms (sms on your trusted mobile phone)
  • otp (e-Code that must be generated on the mobile application)

Also allow customisation of device name that will be used (instead of the default "Accès BudgetInsight pour agrégation")

Merge request reports