glue-agency/m2-glue-auth

Backend Google Sign On for Magento 2

Installs: 454

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

1.0.4 2024-04-08 10:59 UTC

This package is auto-updated.

Last update: 2024-05-08 11:13:33 UTC


README

This is a Magento 2 extension that allows to authenticate into Magento 2 Admin Panel using Google Sign On services.

Installation

Install the extension through composer:

composer require glue-agency/m2-glue-auth

Once Composer finishes installing the dependencies, run:

bin/magento setup:upgrade

Configuration

After the module is installed, authenticate into Admin Panel and go to STORES > Settings > Configuration > SECURITY > Google Backend Sign On

You can also define a set of domain-based rules to automatically assign a role to a user or to force a user to use the Google Sign On.

You also need to set 2 env variables in app/etc/env.php

'google_client_callback_url' => '',//to be set
'glue_encryption_token' => '',//to be set

Usage

Once enabled and configured, the extension adds a GLUE Login button in the sign in form of the Admin Panel.