What this solution does
The Disprove.megafonid module simplifies website authentication without passwords and enables seamless phone number verification via PushOK. It works through the 'Social Networks' module of 1C-Bitrix, adheres to standards, and is compatible with PHP 8.1. Users simply enter their phone number on the site and confirm access via the notification received on their phone.
The module supports two connection schemes with confirmation via Push-OK:
Aggregator (Aggregator) — a contract is signed with a single operator or aggregator. This scheme is suitable for simple authentication without transferring user data.
Server Initiated (SI) — interaction between the resource server and MegaFon Mobile ID servers without additional redirects, implemented on the server side.
Device Initiated (DI) — the request is initiated by a browser or mobile application using the MegaFon Mobile ID authentication page.
During registration or authentication, the system can request additional information such as email addresses or the client's full name.
The module supports two display modes for the login form: in a separate popup window or across the full page. The SI scheme supports only the popup window mode.
To obtain the Client ID and Client secret, a contract for the Mobile ID service must be signed.
To operate the service, a certificate must be installed. Ensure that the OpenSSL library for PHP is installed on your server. If it is not present, the certificate must be created manually according to the provided instructions.
Integration is performed via the standard Social Services module of the 1C-Bitrix platform. Verify the presence and functionality of this module before installation. The authorization page must be implemented according to 1C-Bitrix standards; otherwise, icons may fail to display, requiring page modifications by developers.
General iT can install and configure this module and check how it works on your website.