wika-group/magento2-azure-ad-b2c-sso

Module to add support for a login via Azure B2C

1.0.1 2024-05-28 07:32 UTC

This package is auto-updated.

Last update: 2024-05-28 07:34:02 UTC


README

Magento2 Module to add support for a login via Azure B2C

Configuration

The configuration can be found in the admin backend under:
Stores -> Settings -> Configuration -> WIKA GROUP -> Azure B2C

If you do not want to use the provided button, you can disable it with the "Show button" setting.
To trigger the redirect to Azure for the login, call the route <your-domain>/azureb2c/login/authorize.
The response will be processed from the controller <your-domain>/azureb2c/login/callback.

image

Events

Observers for the event customer_login will be triggered if a customer uses Azure B2C to login.