Skip to content

Installation#

Requirements#

Installation#

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Configuration#

Configure the BankID module under BankID Settings (/admin/config/system/bankid) and then add a new BankID Authenticate block from the Block layout (/admin/structure/block) page. It's also possible to add the login button in a custom twig by using Twig Tweak:

1
{{ drupal_form('Drupal\\bankid\\Form\\BankIDAuthenticateForm') }}