Generic selectors
Exact matches only
Search in title
Search in content

PHP HELPER BUNDLE FOR COMPOSER

Two-Factor Authentication with SecSign ID


Find out why our Two-Factor Authentication is the best, some key-facts for developers and why you should upgrade to SecSign for your business.

Learn more about the options of on-premise use and your own customized ID App in your corporate design.

Download the plugin as cloud version for a free and convenient protection.



Use SecSign ID PHP two factor authentication on your PHP project with an easy and highly secure user login using iOS or Android mobile devices.

This bundle includes PHP and JavaScript gateways for the SecSign API and allows for a straightforward implementation of the two-factor authentication. The bundle is mainly aimed at composers, but may be installed manually as well.

TWO-FACTOR AUTHENTICATION OVERVIEW

Table of contents

    Start right now! Questions?

    Feel free to get in touch with us if you need help setting up your SecSign ID API or to request a plugin for a not yet supported environment.
    CONTACT US

    1. Installation

    Add this bundle/package to your composer.json (or create a new file) and run composer install from the console.

    {
      "repositories": [
        {
          "type": "vcs",
          "url": "https://github.com/SecSign/secsignphphelper",
          "minimum-stability":"dev"
        }],
      "require" : {
        "SecSign/secsignphphelper": "*"
      }
    }

    2. Using the Library

    In the first step a SecSignHelper object has to be created and a path specified for the library to be accessed from outside. This is important for sending data to an URL for polling- or ajax-requests, which are then verified by the PHP API in the background. Please make sure the jQuery is present on the output page and the SecSign ID Login form is run by using buildLoginForm .

    The form is sent automatically as soon as the user confirms his access-pass on his device. If the login is successful,validateLogin returns TRUE and POST receives the SecSign ID for accessing more user data or complete the login. If the login fails, specific errors are returned.

    For more information please refer to the PHP API Tutorial.

    <?php
    require_once __DIR__.'/vendor/secsign/secsignphphelper/SecSignHelper.php';
    $secsignid = new SecSignHelper;
    // Vendor directory, Composer should copy all dependencies in this directory
    $extPath = "http://localhost:8088/vendor";
    if (empty($_POST)) {
        echo $secsignid->buildLoginForm("SecSign ID Login", $extPath, "true");
    } else {
      $authenticated = $secsignid->validateLogin($_POST);
      if($authenticated === true){
        // User is logged in
        $user_secsign_id = $_POST['secsigniduserid'];
      }
    }

    3. Available APIS

    We provide an ever growing list of APIs and plugins to easily integrate the SecSign ID Two-Factor Authentication in any project. An overview is available at Plugin and APIs.
    We do not only offer APIs in different programming languages but also plugins for CMS, Server and VPN environments, oAuth2 and many more. These plugins use our APIs and offer additional functionalities, for example user management, easy and native installation, logging or integration in firewalls or Active Directory.

    The JIRA plugin for example uses the JAVA-API. The PHP-Api and JS-API is used by WordPress, Joomla, Drupal, Typo3 and many more. The ASP.net/C#-API is used for the Windows and Cisco VPN and the C-API is used for protecting Unix SSH services. The Objective-C API is used by our AppleTV and iPhone/iPad apps.

    available_apis

    4. See for yourself

    You can experience the SecSign ID two-factor authentication and the two-factor login by simply integrating the plugin into your website or test environment. Or you can try out the login process on our website without having to register first. You already have a SecSign ID or you want one? Login now and use the portal or use our hassle free registration.

    See for yourself how fast and convenient the login process using challenge-response authentication with 2048-bit key pairs is. There is no need for passwords, and no passwords or other confidential information are ever transmitted. It is easy to integrate and simple to use.

    For more information about the patented SafeKey procedure and it's unique security can be found here.

    If you are missing an API for the programming language you are working with, feel free to contact us and we’ll find a solution with you. If you need help with the integration into an existing system or you can’t find the plugin for your content management system you are working with, don’t hesitate to contact our support team.

    Your own ID-Server

    On premise installations of SecSign ID offer the flexibility to connect with your preferred servers, services, and devices. And you can customize the SecSign ID with your own organization’s branding.

    your_own_id

    Why upgrade to SecSign?

    On-premise or in the cloud

    Choose between our SecSign ID Cloud or operate your own on-premise Two-Factor Authentication server.

    Easy customization

    Operate your own YourBrand ID app - Two-Factor Authentication customized to your needs.

    Ready-to-use SDK

    Integrate SecSign ID Two-Factor Authentication in existing apps with our ready-to-use SDK.

    Easy user management

    Use the Two-Factor Authentication Server to secure your company Active Directory/LDAP. Your own Identity and Access Management System, for example for mandatory updates and additional security features.

    Cover all logins

    Integration in any login environment: web, local, VPN, remote desktop, mobile logins and many more.

    Plugins for all your needs

    No need for complex integration: we have plugins for almost all environments.

    SecSign 2FA